From e08e706e7cf683013d8359b647a45205500f95ad Mon Sep 17 00:00:00 2001 From: Jonathan Pecar Date: Wed, 28 Sep 2022 09:37:27 +1000 Subject: [PATCH] Bumped version to try and fix build issues --- pyproject.toml | 4 ++-- qrImageIndexer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ec11fb..a510c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "qrImageIndexer" -version = "0.7.2" +version = "0.7.3" description = "Tool for indexing images with QR codes" readme = "README.md" authors = [{name = "Jonathan Pecar", email = "jonathan.pecar@gmail.com"}] @@ -31,7 +31,7 @@ dev = ["pytest", "bumpver", "setuptools"] [project.urls] Homepage = "https://github.com/jonpecar/qrCodeImageSorter" [tool.bumpver] -current_version = "0.7.2" +current_version = "0.7.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/qrImageIndexer/__init__.py b/qrImageIndexer/__init__.py index 0dd3b07..c8b4546 100644 --- a/qrImageIndexer/__init__.py +++ b/qrImageIndexer/__init__.py @@ -1 +1 @@ -__version__ = "0.7.2" \ No newline at end of file +__version__ = "0.7.3" \ No newline at end of file