Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
staticf0x committed Mar 30, 2024
1 parent 32c8394 commit d7b9696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unique-matcher"
version = "0.7.2"
version = "0.7.3"
description = ""
authors = ["staticf0x <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion um_inst.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppName=Unique Matcher
AppVersion=0.7.2
AppVersion=0.7.3
AppPublisher=staticf0x
AppPublisherURL=https://github.com/staticf0x/unique-matcher
DefaultDirName=UniqueMatcher
Expand Down
2 changes: 1 addition & 1 deletion unique_matcher/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from pathlib import Path

VERSION = "0.7.2"
VERSION = "0.7.3"
ROOT_DIR = Path(__file__).parent.parent.resolve()

# Directory definitions
Expand Down

0 comments on commit d7b9696

Please sign in to comment.