Skip to content

Commit 92d1ba2

Browse files
authored
Merge pull request #98 from dfarrow0/master
pypi 0.0.5 release of `delphi-epidata`
2 parents d188484 + 0aaaaa9 commit 92d1ba2

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.4'
4+
__version__ = '0.0.5'

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.4',
8+
version='0.0.5',
99
author='David Farrow',
1010
author_email='[email protected]',
1111
description='A programmatic interface to Delphi\'s Epidata API.',

0 commit comments

Comments
 (0)