Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jun 26, 2024
1 parent 04cd149 commit d4dd143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests>=2.31.0,<3.0.0
requests>=2.0.0,<3.0.0
tabulate==0.9.0
tenacity==8.4.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pyhkc',
version='0.4.4',
version='0.4.5',
packages=find_packages(),
install_requires=open(os.path.join(BASE_DIR, 'requirements.txt')).readlines(),
author='Jason Madigan',
Expand Down

0 comments on commit d4dd143

Please sign in to comment.