Skip to content

Commit

Permalink
Add RENAMED.md to manifest and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvana10 committed Jul 11, 2024
1 parent fae5307 commit f3790ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ recursive-include xpuz/base_cwords *
recursive-include xpuz/assets *
recursive-include xpuz/data *
include xpuz/babel.cfg
include xpuz/template.config.ini
include xpuz/template.config.ini
include RENAMED.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="crossword_puzzle",
version="2.2.96", # If I import crossword_puzzle.version.__version__,
version="2.2.97", # 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",
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.96"
__version__ = "2.2.97"

0 comments on commit f3790ee

Please sign in to comment.