Skip to content

Commit

Permalink
Update serial
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax Mickelson committed Jan 4, 2024
1 parent 11aa3cb commit 3fd6468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy_a_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ then
echo "Make a new build"
python3 setup.py bdist_wheel
python3 setup.py sdist
echo "Username is now __token__ and then the password is the API token."
twine upload dist/*
fi
fi
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "20230623.0"
__version__ = "20240104.0"
__author__ = "Dax Mickelson"
__author_email__ = "[email protected]"
__license__ = "BSD"
Expand Down

0 comments on commit 3fd6468

Please sign in to comment.