Skip to content

Commit

Permalink
Bump version to 0.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Jun 19, 2024
1 parent 9f40131 commit ef818f3
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.54" # Do not forget to update in setup.py!
__version__ = "0.0.55" # 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.54", # Update this in crosshair/__init__.py too
version="0.0.55", # Update this in crosshair/__init__.py too
author="Phillip Schanely",
author_email="[email protected]",
ext_modules=[
Expand Down

0 comments on commit ef818f3

Please sign in to comment.