Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpecar committed Sep 27, 2022
1 parent c2cad00 commit b20b4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qrImageIndexer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.2"
__version__ = "0.7.3"

0 comments on commit b20b4b8

Please sign in to comment.