Skip to content

Commit

Permalink
prepare release 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jul 23, 2020
1 parent d592c04 commit 5292505
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build:
python3 setup.py sdist bdist_wheel

upload:
python3 -m twine upload dist/*

clean:
rm -Rf dist/

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="pydcs",
version='0.9.8',
version='0.9.9',
description="A Digital Combat Simulator mission builder framework",
long_description=long_description,
url='https://github.com/pydcs/dcs',
Expand Down

0 comments on commit 5292505

Please sign in to comment.