Skip to content

Commit

Permalink
bump pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwenker committed Feb 1, 2021
1 parent bc7d6d6 commit a206c70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chessli/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "readme.md"
Expand Down

0 comments on commit a206c70

Please sign in to comment.