Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvana10 committed Jun 25, 2024
1 parent 05679f0 commit 7d3cd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossword_puzzle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .main import main

__version__ = "1.2.81"
__version__ = "2.2.81"
__package__ = "crossword_puzzle"
__all__ = ["main"]

0 comments on commit 7d3cd51

Please sign in to comment.