Skip to content

Commit

Permalink
BLD: new-release (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyeehh committed Dec 25, 2023
1 parent a61842f commit 9a6363c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def setup(app):
# The full version, including alpha/beta/rc tags
# release = version

version = "1.2.3"
version = "1.2.4"
release = version


Expand Down
2 changes: 1 addition & 1 deletion trackintel/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 2, 3)
VERSION = (1, 2, 4)

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

0 comments on commit 9a6363c

Please sign in to comment.