Skip to content

Commit

Permalink
🔖 v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Feb 17, 2023
1 parent 20cb317 commit 5082a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pispy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5082a51

Please sign in to comment.