Skip to content

Commit

Permalink
increment minor version and pull in latest hsmodels
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed Nov 16, 2021
1 parent f780c7a commit bf47ba6
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.6
hsmodels >= 0.4.2
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.8',
version='0.2.0',
packages=find_packages(include=['hsclient', 'hsclient.*'],
exclude=("tests",)),
install_requires=[
'hsmodels==0.2.5',
'hsmodels>=0.4.2',
'requests',
'requests_oauthlib',
'pandas'
Expand Down

0 comments on commit bf47ba6

Please sign in to comment.