Skip to content

Commit

Permalink
I'm my own worst enemy it seems...
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Sep 1, 2021
1 parent 96747c6 commit 4412608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python3 setup.py --command-packages=stdeb.command bdist_deb
ls -al deb_dist/
cp deb_dist/python3-inrcot_*_all.deb deb_dist/python3-adsbxcot_latest_all.deb
cp deb_dist/python3-inrcot_*_all.deb deb_dist/python3-inrcot_latest_all.deb
- uses: actions/upload-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import setuptools

__title__ = "inrcot"
__version__ = "1.0.2"
__version__ = "1.0.3"
__author__ = "Greg Albrecht W2GMD <[email protected]>"
__copyright__ = "Copyright 2021 Greg Albrecht"
__license__ = "Apache License, Version 2.0"
Expand Down

0 comments on commit 4412608

Please sign in to comment.