Skip to content

Commit

Permalink
bump version 0.2.0 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Oct 5, 2022
1 parent 1f6fdb2 commit ece4659
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware

__VERSION__ = "0.2.0"
__VERSION__ = "0.2.1"


def collect_routers(app: FastAPI) -> None:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fractal-server"
version = "0.2.0"
version = "0.2.1"
description = "Server component of the Fractal analytics platform"
authors = [
"Jacopo Nespolo <jacopo.nespolo@exact-lab.it>",
Expand Down Expand Up @@ -55,7 +55,7 @@ build-backend = "poetry.core.masonry.api"
asyncio_mode = "auto"

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

0 comments on commit ece4659

Please sign in to comment.