Skip to content

Commit

Permalink
Bump version to 0.0.13
Browse files Browse the repository at this point in the history
Release notes already ready.
  • Loading branch information
pschanely committed May 3, 2021
1 parent 9b97140 commit cbad258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crosshair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from crosshair.util import debug

# Do not forget to update in setup.py!
__version__ = "0.0.12"
__version__ = "0.0.13"
__author__ = "Phillip Schanely"
__license__ = "MIT"
__status__ = "Alpha"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the pre-commit checks through check_init_and_setup_coincide.py.
setup(
name="crosshair-tool",
version="0.0.12", # Update this in crosshair/__init__.py too
version="0.0.13", # Update this in crosshair/__init__.py too
author="Phillip Schanely",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit cbad258

Please sign in to comment.