Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6dda4e7

Browse files
committedAug 26, 2020
release 1.1.5
1 parent 74ccf50 commit 6dda4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setuptools.setup(
1414
name = 'covid19dh',
15-
version = '1.1.4',
15+
version = '1.1.5',
1616
author = 'Covid-19 Data Hub',
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/1.1.4.tar.gz',
24+
download_url = 'https://github.com/covid19datahub/Python/archive/1.1.5.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)
Please sign in to comment.