Skip to content

Commit

Permalink
BLD: update version number (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyeehh committed Jul 25, 2023
1 parent 5aac1c7 commit eb7d6ce
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.1"
version = "1.2.2"
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, 1)
VERSION = (1, 2, 2)

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

0 comments on commit eb7d6ce

Please sign in to comment.