Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
staticf0x committed Oct 1, 2023
1 parent 887d0a8 commit f08290a
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.5.3"
version = "0.5.4"
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.5.3
AppVersion=0.5.4
DefaultDirName=UniqueMatcher
OutputBaseFilename=UniqueMatcherInstall
SetupIconFile=um.ico
Expand Down
2 changes: 1 addition & 1 deletion unique_matcher/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants and configuration."""
from pathlib import Path

VERSION = "0.5.3"
VERSION = "0.5.4"
ROOT_DIR = Path(__file__).parent.parent.resolve()

# Directory definitions
Expand Down

0 comments on commit f08290a

Please sign in to comment.