Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Solely for updating the old pypi page
  • Loading branch information
tomasvana10 committed Jul 11, 2024
1 parent c30eae3 commit fae5307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

setup(
name="crossword_puzzle",
version="2.2.95", # If I import crossword_puzzle.version.__version__,
version="2.2.96", # If I import crossword_puzzle.version.__version__,
# setuptools fails to build the project for some reason
author="Tomas Vana",
url="https://github.com/tomasvana10/crossword_puzzle",
description="Select, generate and play always-unique crosswords.",
long_description=open("README.md").read(),
long_description=open("RENAMED.md").read(),
long_description_content_type="text/markdown",
packages=find_namespace_packages(exclude=["venv", "venv.*"]),
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion xpuz/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.95"
__version__ = "2.2.96"

0 comments on commit fae5307

Please sign in to comment.