Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed May 4, 2024
1 parent e3f1708 commit 0d8fd5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.10.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup

# The version number; do not change this manually! It is updated by bumpversion (https://github.com/c4urself/bump2version)
__version__ = "0.10.0"
__version__ = "0.10.1"

# The file that contains the main application
APP = ["src/textinator.py"]
Expand Down
2 changes: 1 addition & 1 deletion src/textinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from utils import get_app_path, get_screenshot_location, verify_directory_access

# do not manually change the version; use bump2version per the README
__version__ = "0.10.0"
__version__ = "0.10.1"

APP_NAME = "Textinator"
APP_ICON = "icon.png"
Expand Down

0 comments on commit 0d8fd5b

Please sign in to comment.