Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iTitus committed Aug 16, 2023
1 parent ec1bf37 commit aaec8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "whist-server"
# remember to also update the version in __init__.py!
version = "0.6.0"
version = "0.7.0"
description = "Whist server implementation"
authors = ["Whist-Team"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion whist_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from whist_server.web_socket.entry import router as ws_router

# remember to also update the version in pyproject.toml!
__version__ = '0.6.0'
__version__ = '0.7.0'

app = FastAPI()
app.include_router(api.router)
Expand Down

0 comments on commit aaec8b0

Please sign in to comment.