Skip to content

Commit 61af70f

Browse files
committed
bumped version to 1.23
1 parent 151bebb commit 61af70f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 5. python3.10 -m twine upload dist/*
1010

1111
setup(name="tkintermapview",
12-
version="1.22",
12+
version="1.23",
1313
author="Tom Schimansky",
1414
license="Creative Commons Zero v1.0 Universal",
1515
url="https://github.com/TomSchimansky/TkinterMapView",

tkintermapview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.22"
1+
__version__ = "1.23"
22

33
from .map_widget import TkinterMapView
44
from .offline_loading import OfflineLoader

0 commit comments

Comments
 (0)