Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
staticf0x committed Jan 24, 2024
1 parent 2d8f73a commit 30bffad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unique-matcher"
version = "0.7.0"
version = "0.7.1"
description = ""
authors = ["staticf0x <[email protected]>"]
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ python = "~3.11"
numpy = "^1.25.1"
opencv-python = "^4.8.0.74"
pillow = "^10.0.0"
loguru = "^0.7.0"
loguru = "^0.7.1"
pytesseract = "^0.3.10"
jinja2 = "^3.1.3"
pyside6 = "^6.5.2"
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.0
AppVersion=0.7.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.7.0"
VERSION = "0.7.1"
ROOT_DIR = Path(__file__).parent.parent.resolve()

# Directory definitions
Expand Down

0 comments on commit 30bffad

Please sign in to comment.