Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Oct 13, 2023
1 parent 8bca085 commit 6f3bea6
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.0.1
current_version = 0.0.2
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.0.1"
__version__ = "0.0.2"

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

# do not manually change the version; use bump2version per the README
__version__ = "0.0.1"
__version__ = "0.0.2"

APP_NAME = "Locationator"
APP_ICON_WHITE = "icon_white.png"
Expand Down

0 comments on commit 6f3bea6

Please sign in to comment.