diff --git a/covid19/static/package.json b/covid19/static/package.json index d37153566512c10674441ebcc7f923b610c740a7..f7cfeba614fb215409a97d69516396569f86f8ba 100644 --- a/covid19/static/package.json +++ b/covid19/static/package.json @@ -1,6 +1,6 @@ { "name": "covid19static", - "version": "0.0.13", + "version": "0.0.14", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index 9a37aed0e1459b3f59da251c280c6f1af78d62b0..4db5ad3118b22a64ea1277b64a4f2daef39ca7ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "covid19python", - "version": "0.0.13", + "version": "0.0.14", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "main": "index.js", "dependencies": {}, diff --git a/setup.cfg b/setup.cfg index 02b2fe4676109e4f6d752e0de68f13bb62d9e5af..0a18b92943e9f22fe617741256678b2b511b1d11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = covid19python -version = 0.0.13 +version = 0.0.14 [options] packages = diff --git a/setup.py b/setup.py index cb890cd812935d47b4c056c27c2ee5f480bfaf07..de10179b2e4a30a654be1c9c8c5ab9e9905c9570 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='covid19python', - version='0.0.13', + version='0.0.14', packages=find_packages(), url='https://github.com/thomaswoehlke/covid19python', license='GNU General Public License v3.0',