diff --git a/chessli/__init__.py b/chessli/__init__.py index 6f571c2..5432f00 100644 --- a/chessli/__init__.py +++ b/chessli/__init__.py @@ -1,7 +1,7 @@ """ A free and open source chess improvement app that combines the power of Lichess and Anki. """ -__version__ = "0.2.0" +__version__ = "0.2.1" from dataclasses import dataclass, field diff --git a/poetry.lock b/poetry.lock index 04d2b85..93fddfd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -413,7 +413,7 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2020.5" +version = "2021.1" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -910,8 +910,8 @@ python-dateutil = [ {file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"}, ] pytz = [ - {file = "pytz-2020.5-py2.py3-none-any.whl", hash = "sha256:16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4"}, - {file = "pytz-2020.5.tar.gz", hash = "sha256:180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5"}, + {file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"}, + {file = "pytz-2021.1.tar.gz", hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, diff --git a/pyproject.toml b/pyproject.toml index 834f98d..e3252b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "chessli" homepage = "https://github.com/pwenker/chessli" documentation = "https://pwenker.github.io/chessli" -version = "0.2.0" +version = "0.2.1" description = "A free and open source chess improvement app that combines the power of lichess and anki" authors = ["Pascal Wenker "] readme = "readme.md"