diff --git a/flask_covid19/package.json b/flask_covid19/package.json index a388be3b..62dbef1d 100644 --- a/flask_covid19/package.json +++ b/flask_covid19/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.66", + "version": "0.0.67", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "main": "/static/index.js", "repository": { diff --git a/package.json b/package.json index 3005bc01..8f0e57c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.66", + "version": "0.0.67", "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 d1a8ca82..1aeaa85d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.66 +version = 0.0.67 url = https://git.noc.ruhr-uni-bochum.de/thomaswoehlke/flask-covid19.git author = Thomas Woehlke author_email = thomas.woehlke@gmail.com diff --git a/setup.py b/setup.py index 41c14c8c..7f9d32b3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup -version = '0.0.66' +version = '0.0.67' scripts_dir = 'flask_covid19'+os.sep+'app_build'+os.sep+'scripts'+os.sep pip_requirements_dir = 'flask_covid19'+os.sep+'app_build'+os.sep+'requirements' diff --git a/version b/version index 9990aece..c21ada26 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.66 \ No newline at end of file +0.0.67 \ No newline at end of file