diff --git a/pispy/__init__.py b/pispy/__init__.py index dae2d2d..9f43bb0 100644 --- a/pispy/__init__.py +++ b/pispy/__init__.py @@ -7,7 +7,7 @@ __credits__ = [ "Dave Pearson" ] __maintainer__ = "Dave Pearson" __email__ = "davep@davep.org" -__version__ = "0.3.0" +__version__ = "0.4.0" __licence__ = "GPLv3+" ### __init__.py ends here diff --git a/setup.py b/setup.py index be9efc2..8c5bbbf 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def long_desc(): packages = find_packages(), package_data = { "pispy": [ "py.typed" ] }, include_package_data = True, - install_requires = [ "textual==0.9.1", "httpx" ], + install_requires = [ "textual==0.11.1", "httpx" ], python_requires = ">=3.9", keywords = "terminal python pypi client lookup", entry_points = {