Skip to content

Commit 34fcefc

Browse files
committed
bump version 0.1.1 -> 0.1.2
1 parent 54b1f11 commit 34fcefc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fractal_server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class OAuthClient(BaseModel):
4545
REVOKE_TOKEN_ENDPOINT: Optional[str]
4646

4747

48-
__VERSION__ = "0.1.1"
48+
__VERSION__ = "0.1.2"
4949

5050

5151
class DeploymentType(str, Enum):

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fractal-server"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Server component of the Fractal analytics platform"
55
authors = [
66
"Jacopo Nespolo <[email protected]>",
@@ -51,7 +51,7 @@ build-backend = "poetry.core.masonry.api"
5151
asyncio_mode = "auto"
5252

5353
[tool.bumpver]
54-
current_version = "0.1.1"
54+
current_version = "0.1.2"
5555
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
5656
commit_message = "bump version {old_version} -> {new_version}"
5757
commit = true

0 commit comments

Comments
 (0)