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