From cc407eff5b057b44ffe446372d115ae53b472413 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sun, 13 Jun 2021 22:27:06 +0200 Subject: [PATCH] work --- flask_covid19/app_static/package.json | 2 +- package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- version | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flask_covid19/app_static/package.json b/flask_covid19/app_static/package.json index ae739d4f..10f47a67 100644 --- a/flask_covid19/app_static/package.json +++ b/flask_covid19/app_static/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.54", + "version": "0.0.55", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "main": "/index.js", "repository": { diff --git a/package.json b/package.json index 837b45a1..b2b0ed90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.54", + "version": "0.0.55", "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 cf024a2a..2fedd5c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.54 +version = 0.0.55 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 0c066590..366bad2b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup -version = '0.0.54' +version = '0.0.55' 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 032ce9eb..4152b638 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.54 \ No newline at end of file +0.0.55 \ No newline at end of file