From 58ed330e2d33f0473f3e96ecf10aecebbadf185a Mon Sep 17 00:00:00 2001 From: Phillip Schanely Date: Mon, 7 Oct 2024 23:06:19 -0400 Subject: [PATCH] Bump version to 0.0.74 --- crosshair/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crosshair/__init__.py b/crosshair/__init__.py index 3bf3a4b2..81441031 100644 --- a/crosshair/__init__.py +++ b/crosshair/__init__.py @@ -15,7 +15,7 @@ from crosshair.tracers import NoTracing, ResumedTracing from crosshair.util import IgnoreAttempt, debug -__version__ = "0.0.73" # Do not forget to update in setup.py! +__version__ = "0.0.74" # Do not forget to update in setup.py! __author__ = "Phillip Schanely" __license__ = "MIT" __status__ = "Alpha" diff --git a/setup.py b/setup.py index a2ac65d0..04c9afac 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # the pre-commit checks through check_init_and_setup_coincide.py. setup( name="crosshair-tool", - version="0.0.73", # Update this in crosshair/__init__.py too + version="0.0.74", # Update this in crosshair/__init__.py too author="Phillip Schanely", author_email="pschanely+vE7F@gmail.com", ext_modules=[