Skip to content

Commit 9a6363c

Browse files
authored
BLD: new-release (#590)
1 parent a61842f commit 9a6363c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

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

77-
version = "1.2.3"
77+
version = "1.2.4"
7878
release = version
7979

8080

trackintel/__version__.py

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

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

0 commit comments

Comments
 (0)