Skip to content

Commit

Permalink
release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbenes1996 committed Jun 18, 2020
1 parent 26d1675 commit 87b7922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name = 'covid19poland',
version = '0.0.4',
version = '0.0.5',
author = 'Martin Beneš',
author_email = '[email protected]',
description = 'Web Scraper for Poland COVID19 data.',
Expand All @@ -21,7 +21,7 @@
packages=setuptools.find_packages(),
license='MPL',
url = 'https://github.com/martinbenes1996/covid19poland',
download_url = 'https://github.com/martinbenes1996/covid19poland/archive/0.0.4.tar.gz',
download_url = 'https://github.com/martinbenes1996/covid19poland/archive/0.0.5.tar.gz',
keywords = ['2019-nCov', 'poland', 'coronavirus', 'covid-19', 'covid-data', 'covid19-data'],
install_requires=reqs,
package_dir={'': '.'},
Expand Down

0 comments on commit 87b7922

Please sign in to comment.