Skip to content

Commit d2494e5

Browse files
committed
🔖 v0.2.0
1 parent bb1115d commit d2494e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fivepyfive/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
######################################################################
44
# Main app information.
55
__author__ = "Dave Pearson"
6-
__copyright__ = "Copyright 2022, Dave Pearson"
6+
__copyright__ = "Copyright 2022-2023, Dave Pearson"
77
__credits__ = [ "Dave Pearson" ]
88
__maintainer__ = "Dave Pearson"
99
__email__ = "[email protected]"
10-
__version__ = "0.1.0"
10+
__version__ = "0.2.0"
1111
__licence__ = "GPLv3+"
1212

1313
### __init__.py ends here

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def long_desc():
4747
packages = find_packages(),
4848
package_data = { "fivepyfive": [ "py.typed", "fivepyfive.css", "help.md" ] },
4949
include_package_data = True,
50-
install_requires = [ "textual" ],
50+
install_requires = [ "textual==0.11.1" ],
5151
python_requires = ">=3.8",
5252
keywords = "puzzle game terminal",
5353
entry_points = {

0 commit comments

Comments
 (0)