diff --git a/README.md b/README.md index d03b866..db83773 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ ASTERIX stands for All Purpose STructured EUROCONTROL SuRveillance Information E Based on the work of: - Wontor - https://github.com/wontor/pyasterix - Damir Salantic - https://github.com/CroatiaControlLtd/asterix + + +## Contributors +- Jake Hawkins - https://github.com/drumlight diff --git a/build_and_deploy_pypi.sh b/build_and_deploy_pypi.sh index 2c06d7e..5eabab5 100755 --- a/build_and_deploy_pypi.sh +++ b/build_and_deploy_pypi.sh @@ -1,4 +1,5 @@ #!/bin/zsh +# requires: pip install twine rm -fr dist ; rm -fr *.egg-info ; diff --git a/setup.py b/setup.py index 29a6721..be0ea6a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ HERE = pathlib.Path(__file__).parent -VERSION = '1.0.3' +VERSION = '1.0.4' PYTHON_REQUIRES = '>=3.7' PACKAGE_NAME = 'asterix4py' AUTHOR = 'Filip Jonckers'