Skip to content

Commit

Permalink
Bump version to 0.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Jul 14, 2024
1 parent c1c95a1 commit 77c9930
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 @@ -15,7 +15,7 @@
from crosshair.tracers import NoTracing, ResumedTracing
from crosshair.util import IgnoreAttempt, debug

__version__ = "0.0.60" # Do not forget to update in setup.py!
__version__ = "0.0.61" # Do not forget to update in setup.py!
__author__ = "Phillip Schanely"
__license__ = "MIT"
__status__ = "Alpha"
Expand Down
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.60", # Update this in crosshair/__init__.py too
version="0.0.61", # Update this in crosshair/__init__.py too
author="Phillip Schanely",
author_email="[email protected]",
ext_modules=[
Expand Down

0 comments on commit 77c9930

Please sign in to comment.