Skip to content

Commit

Permalink
UPDATE: bump to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Segelzwerg <25705862+Segelzwerg@users.noreply.github.com>
  • Loading branch information
Segelzwerg committed Jul 21, 2023
1 parent e22b126 commit c028e6c
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.8.0"
version = "0.9.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.8.0'
__version__ = '0.9.0'

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

0 comments on commit c028e6c

Please sign in to comment.