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 1dd9c14 commit c9ac3afCopy full SHA for c9ac3af
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.11'
+__version__ = '0.0.12'
src/client/packaging/pypi/setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='delphi_epidata',
8
- version='0.0.11',
+ version='0.0.12',
9
author='David Farrow',
10
author_email='dfarrow0@gmail.com',
11
description='A programmatic interface to Delphi\'s Epidata API.',
0 commit comments