File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class OAuthClient(BaseModel):
45
45
REVOKE_TOKEN_ENDPOINT : Optional [str ]
46
46
47
47
48
- __VERSION__ = "0.1.1 "
48
+ __VERSION__ = "0.1.2 "
49
49
50
50
51
51
class DeploymentType (str , Enum ):
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " fractal-server"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " Server component of the Fractal analytics platform"
5
5
authors = [
6
6
" Jacopo Nespolo <[email protected] >" ,
@@ -51,7 +51,7 @@ build-backend = "poetry.core.masonry.api"
51
51
asyncio_mode = " auto"
52
52
53
53
[tool .bumpver ]
54
- current_version = " 0.1.1 "
54
+ current_version = " 0.1.2 "
55
55
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
56
56
commit_message = " bump version {old_version} -> {new_version}"
57
57
commit = true
You can’t perform that action at this time.
0 commit comments