We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be79bc commit 5a455d6Copy full SHA for 5a455d6
crosshair/__init__.py
@@ -15,7 +15,7 @@
15
from crosshair.tracers import NoTracing, ResumedTracing
16
from crosshair.util import IgnoreAttempt, debug
17
18
-__version__ = "0.0.84" # Do not forget to update in setup.py!
+__version__ = "0.0.85" # Do not forget to update in setup.py!
19
__author__ = "Phillip Schanely"
20
__license__ = "MIT"
21
__status__ = "Alpha"
setup.py
@@ -14,7 +14,7 @@
14
# the pre-commit checks through check_init_and_setup_coincide.py.
setup(
name="crosshair-tool",
- version="0.0.84", # Update this in crosshair/__init__.py too
+ version="0.0.85", # Update this in crosshair/__init__.py too
author="Phillip Schanely",
author_email="[email protected]",
ext_modules=[
0 commit comments