Skip to content

Commit

Permalink
Update requires and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
branks42 authored Apr 23, 2021
1 parent 4e1a0f2 commit cfdfb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(f):

setup(
name='easy-nhl',
version='0.2',
version='0.3',
description='Making it easier to use the NHL API in python projects.',
long_description=read('README.md'),
long_description_content_type='text/markdown',
Expand All @@ -18,6 +18,6 @@ def read(f):
packages=find_packages(include=['easy_nhl', 'easy_nhl.*']), # Required,
keywords=['hockey', 'NHL', 'api', 'statistics'],
install_requires=[
'requests==2.25.1'
'requests>=2.25.1'
],
zip_safe=False)

0 comments on commit cfdfb14

Please sign in to comment.