Skip to content

Commit

Permalink
0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jun 26, 2024
1 parent d4dd143 commit 49aacd4
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.0.0,<3.0.0
requests==2.32.3
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.5',
version='0.4.6',
packages=find_packages(),
install_requires=open(os.path.join(BASE_DIR, 'requirements.txt')).readlines(),
author='Jason Madigan',
Expand Down

0 comments on commit 49aacd4

Please sign in to comment.