Skip to content

Commit

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

0 comments on commit 23d5f11

Please sign in to comment.