From e03d270f3f2eb138b20c8f415de78414a4310149 Mon Sep 17 00:00:00 2001 From: Phillip Schanely Date: Tue, 13 Aug 2024 23:18:56 -0600 Subject: [PATCH] Bump version to 0.0.67 --- 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 612a8a70..a69b7f94 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.66" # Do not forget to update in setup.py! +__version__ = "0.0.67" # Do not forget to update in setup.py! __author__ = "Phillip Schanely" __license__ = "MIT" __status__ = "Alpha" diff --git a/setup.py b/setup.py index d270c995..e54d37aa 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.66", # Update this in crosshair/__init__.py too + version="0.0.67", # Update this in crosshair/__init__.py too author="Phillip Schanely", author_email="pschanely+vE7F@gmail.com", ext_modules=[