Skip to content

Commit

Permalink
Update req
Browse files Browse the repository at this point in the history
  • Loading branch information
fptiangco committed Oct 11, 2024
1 parent 527bde6 commit 73f0a2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.1.3
pytest-cov==3.0.0
coverage==6.4.4
black==22.8.0
pytest==8.3.3
pytest-cov==5.0.0
coverage==7.6.1
black==24.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="numtoolsfpat",
version="0.0.7",
version="0.0.8",
packages=find_packages(),
description="Number tools",
long_description=README_MD,
Expand Down

0 comments on commit 73f0a2f

Please sign in to comment.