Skip to content

Commit

Permalink
release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filipjonckers committed Sep 25, 2020
1 parent e6e8c31 commit bbb570f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions build_and_deploy_pypi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/zsh
# requires: pip install twine
rm -fr dist ;
rm -fr *.egg-info ;

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bbb570f

Please sign in to comment.