From 434a1336496b5549a3e37ee7e4090b5fd82eb543 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sun, 25 Jul 2021 14:25:05 +0200 Subject: [PATCH] work --- README.md | 2 +- flask_covid19/package-lock.json | 4 ++-- flask_covid19/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- version | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e11482f4..074eca4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # covid19python -* Version 0.0.59 +* Version 0.0.61 ## git * github: https://git.noc.ruhr-uni-bochum.de/thomaswoehlke/flask-covid19.git diff --git a/flask_covid19/package-lock.json b/flask_covid19/package-lock.json index 5067dd32..1d8ea242 100644 --- a/flask_covid19/package-lock.json +++ b/flask_covid19/package-lock.json @@ -1,12 +1,12 @@ { "name": "flask-covid19-static", - "version": "0.0.60", + "version": "0.0.61", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flask-covid19-static", - "version": "0.0.60", + "version": "0.0.61", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/flask_covid19/package.json b/flask_covid19/package.json index 09194d8d..af8e1bf4 100644 --- a/flask_covid19/package.json +++ b/flask_covid19/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.60", + "version": "0.0.61", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "main": "/static/index.js", "repository": { diff --git a/package-lock.json b/package-lock.json index f04c0e92..b813a2b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flask-covid19", - "version": "0.0.60", + "version": "0.0.61", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flask-covid19", - "version": "0.0.60", + "version": "0.0.61", "hasInstallScript": true, "license": "GPL-3.0-or-later", "devDependencies": {} diff --git a/package.json b/package.json index ae5315be..1dda9c74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.60", + "version": "0.0.61", "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 496637ec..da30fe0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.60 +version = 0.0.61 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 b1af706a..78d45e17 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup -version = '0.0.60' +version = '0.0.61' 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 67ccd586..96d26eda 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.60 \ No newline at end of file +0.0.61 \ No newline at end of file