Skip to content

Commit a006536

Browse files
release 2.0.3
1 parent fc073f0 commit a006536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setuptools.setup(
1414
name = 'covid19dh',
15-
version = '2.0.2',
15+
version = '2.0.3',
1616
author = 'Martin Beneš',
1717
author_email = 'martinbenes1996@gmail.com',
1818
description = 'Unified data hub for a better understanding of COVID-19 https://covid19datahub.io',
@@ -21,7 +21,7 @@
2121
packages=setuptools.find_packages(),
2222
license='GPL',
2323
url = 'https://www.covid19datahub.io/',
24-
download_url = 'https://github.com/covid19datahub/Python/archive/2.0.2.tar.gz',
24+
download_url = 'https://github.com/covid19datahub/Python/archive/2.0.3.tar.gz',
2525
keywords = ['2019-nCov', 'coronavirus', 'covid-19', 'covid-data', 'covid19-data'],
2626
install_requires=reqs,
2727
package_dir={'': '.'},

0 commit comments

Comments
 (0)