Skip to content

Commit

Permalink
Merge pull request #273 from Whist-Team/Release/0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
Segelzwerg authored Nov 24, 2022
2 parents bfe2109 + 4e18c68 commit f24d62e
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-core"
# remember to also update the version in __init__.py!
version = "0.6.1"
version = "0.7.0"
description = "Whist rules implementation"
authors = ["Whist-Team"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion whist_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os

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

ALGORITHM = os.getenv('ALGORITHM', 'HS256')
SECRET_KEY = os.getenv('SECRET_KEY', 'geheim')

0 comments on commit f24d62e

Please sign in to comment.