We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a312b58 commit 1261968Copy full SHA for 1261968
docs/conf.py
@@ -75,7 +75,7 @@ def setup(app):
75
# The full version, including alpha/beta/rc tags
76
# release = version
77
78
-version = "1.1.12"
+version = "1.1.13"
79
release = version
80
81
trackintel/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (1, 1, 12)
+VERSION = (1, 1, 13)
2
3
__version__ = ".".join(map(str, VERSION))
0 commit comments