From 5082a51417a99818ab1dd03a78d852fd325cc857 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 17 Feb 2023 15:44:18 +0000 Subject: [PATCH] :bookmark: v0.4.0 --- pispy/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {