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.
2 parents cd24d88 + 18af557 commit 7cd9cb9Copy full SHA for 7cd9cb9
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.7'
+__version__ = '0.0.8'
src/client/packaging/pypi/setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='delphi_epidata',
8
- version='0.0.7',
+ version='0.0.8',
9
author='David Farrow',
10
author_email='[email protected]',
11
description='A programmatic interface to Delphi\'s Epidata API.',
0 commit comments