Skip to content

Commit 5d8b018

Browse files
authored
Merge pull request #410 from cmu-delphi/epidata_0.0.10
Bump epidata version up to 0.0.10
2 parents 5cc4cad + 6e9a05f commit 5d8b018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.9'
4+
__version__ = '0.0.10'

src/client/packaging/pypi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='delphi_epidata',
8-
version='0.0.9',
8+
version='0.0.10',
99
author='David Farrow',
1010
author_email='[email protected]',
1111
description='A programmatic interface to Delphi\'s Epidata API.',

0 commit comments

Comments
 (0)