Skip to content

Commit fd2af0c

Browse files
authored
Merge pull request #156 from cmu-delphi/delphi-epidata-0.0.7
Bump delphi-epidata version number
2 parents 9c23fab + 57937ba commit fd2af0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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.6'
4+
__version__ = '0.0.7'

src/client/packaging/pypi/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

0 commit comments

Comments
 (0)