Skip to content

Commit

Permalink
pull in latest hsmodels
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed Apr 16, 2021
1 parent 567e8e9 commit 3f1466c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hsmodels == 0.1.2
hsmodels == 0.1.5
pytest == 6.0.2
requests == 2.24.0
email-validator
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

setup(
name='hsclient',
version='0.1.4',
version='0.1.5',
packages=find_packages(include=['hsclient', 'hsclient.*'],
exclude=("tests",)),
install_requires=[
'hsmodels==0.1.3',
'hsmodels==0.1.5',
'requests',
'requests_oauthlib',
'pandas'
Expand Down

0 comments on commit 3f1466c

Please sign in to comment.