We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9a05f commit d45a27aCopy full SHA for d45a27a
src/client/packaging/pypi/delphi_epidata/__init__.py
@@ -1,4 +1,4 @@
1
from .delphi_epidata import Epidata
2
3
name = 'delphi_epidata'
4
-__version__ = '0.0.10'
+__version__ = '0.0.11'
src/client/packaging/pypi/setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='delphi_epidata',
8
- version='0.0.10',
+ version='0.0.11',
9
author='David Farrow',
10
author_email='[email protected]',
11
description='A programmatic interface to Delphi\'s Epidata API.',
@@ -14,7 +14,7 @@
14
url='https://github.com/cmu-delphi/delphi-epidata',
15
packages=setuptools.find_packages(),
16
install_requires=[
17
- 'aiohttp'
+ 'aiohttp',
18
'requests>=2.7.0',
19
],
20
classifiers=[
0 commit comments