Skip to content

Commit 1532daf

Browse files
author
Tom Schimansky
committed
bumped to version 1.12
1 parent f1582bc commit 1532daf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
setup(name="tkintermapview",
13-
version="1.11",
13+
version="1.12",
1414
author="Tom Schimansky",
1515
license="Creative Commons Zero v1.0 Universal",
1616
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.11"
1+
__version__ = "1.12"
22

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

0 commit comments

Comments
 (0)