Skip to content

Commit 2ad6aba

Browse files
authored
BLD: new release info (#612)
1 parent 4c0f376 commit 2ad6aba

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
@@ -73,7 +73,7 @@ def setup(app):
7373
# The full version, including alpha/beta/rc tags
7474
# release = version
7575

76-
version = "1.2.4"
76+
version = "1.3.1"
7777
release = version
7878

7979

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, 4)
1+
VERSION = (1, 3, 1)
22

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

0 commit comments

Comments
 (0)