Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
staticf0x committed Sep 29, 2023
1 parent 58aae97 commit fd99619
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.0"
version = "0.5.1"
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.0
AppVersion=0.5.1
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.0"
VERSION = "0.5.1"
ROOT_DIR = Path(__file__).parent.parent.resolve()

# Directory definitions
Expand Down

0 comments on commit fd99619

Please sign in to comment.