Skip to content

Commit 5a455d6

Browse files
committed
Bump version to 0.0.85
1 parent 9be79bc commit 5a455d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crosshair/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from crosshair.tracers import NoTracing, ResumedTracing
1616
from crosshair.util import IgnoreAttempt, debug
1717

18-
__version__ = "0.0.84" # Do not forget to update in setup.py!
18+
__version__ = "0.0.85" # Do not forget to update in setup.py!
1919
__author__ = "Phillip Schanely"
2020
__license__ = "MIT"
2121
__status__ = "Alpha"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the pre-commit checks through check_init_and_setup_coincide.py.
1515
setup(
1616
name="crosshair-tool",
17-
version="0.0.84", # Update this in crosshair/__init__.py too
17+
version="0.0.85", # Update this in crosshair/__init__.py too
1818
author="Phillip Schanely",
1919
author_email="[email protected]",
2020
ext_modules=[

0 commit comments

Comments
 (0)