Skip to content

Commit d45a27a

Browse files
committed
Fix epidata requires and bump to 0.0.11
1 parent 6e9a05f commit d45a27a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .delphi_epidata import Epidata
22

33
name = 'delphi_epidata'
4-
__version__ = '0.0.10'
4+
__version__ = '0.0.11'

src/client/packaging/pypi/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='delphi_epidata',
8-
version='0.0.10',
8+
version='0.0.11',
99
author='David Farrow',
1010
author_email='[email protected]',
1111
description='A programmatic interface to Delphi\'s Epidata API.',
@@ -14,7 +14,7 @@
1414
url='https://github.com/cmu-delphi/delphi-epidata',
1515
packages=setuptools.find_packages(),
1616
install_requires=[
17-
'aiohttp'
17+
'aiohttp',
1818
'requests>=2.7.0',
1919
],
2020
classifiers=[

0 commit comments

Comments
 (0)