Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Oct 22, 2022
1 parent 3617997 commit f1dbcd5
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.8.2
current_version = 0.9.0
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 @@ -9,7 +9,7 @@

APP = ["src/textinator.py"]

__version__ = "0.8.2"
__version__ = "0.9.0"

# Include additional python modules here; probably not the best way to do this
# but I couldn't figure out how else to get py2app to include modules in the src/ folder
Expand Down
2 changes: 1 addition & 1 deletion src/textinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from pasteboard import Pasteboard, TIFF
from utils import get_app_path, verify_desktop_access

__version__ = "0.8.2"
__version__ = "0.9.0"

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

0 comments on commit f1dbcd5

Please sign in to comment.