Skip to content

Commit

Permalink
bump version 2.0.1 -> 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Apr 30, 2024
1 parent 139de15 commit 3e0dbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fractal_server/__init__.py
@@ -1 +1 @@
__VERSION__ = "2.0.1"
__VERSION__ = "2.0.2"
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fractal-server"
version = "2.0.1"
version = "2.0.2"
description = "Server component of the Fractal analytics platform"
authors = [
"Tommaso Comparin <tommaso.comparin@exact-lab.it>",
Expand Down Expand Up @@ -87,7 +87,7 @@ filterwarnings = [
]

[tool.bumpver]
current_version = "2.0.1"
current_version = "2.0.2"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 3e0dbbc

Please sign in to comment.