Skip to content

Commit 1261968

Browse files
authored
BLD: prepare for new release (#461)
1 parent a312b58 commit 1261968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def setup(app):
7575
# The full version, including alpha/beta/rc tags
7676
# release = version
7777

78-
version = "1.1.12"
78+
version = "1.1.13"
7979
release = version
8080

8181

trackintel/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 1, 12)
1+
VERSION = (1, 1, 13)
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)