Skip to content

Commit

Permalink
alpha release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbenes1996 committed Aug 21, 2020
1 parent b830a9b commit afe89c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.1',
version = '0.3.2',
author = 'Martin Beneš',
author_email = '[email protected]',
description = 'Web Scraper for Poland COVID19 data.',
Expand All @@ -21,14 +21,14 @@
packages=setuptools.find_packages(),
license='MIT',
url = 'https://github.com/martinbenes1996/covid19poland',
download_url = 'https://github.com/martinbenes1996/covid19poland/archive/0.3.1.tar.gz',
download_url = 'https://github.com/martinbenes1996/covid19poland/archive/0.3.2.tar.gz',
keywords = ['2019-nCov', 'poland', 'coronavirus', 'covid-19', 'covid-data', 'covid19-data'],
install_requires=reqs,
package_dir={'': '.'},
package_data={'': ['data/*.json','data/*.csv']},
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'Intended Audience :: Other Audience',
Expand Down

0 comments on commit afe89c9

Please sign in to comment.