diff --git a/README.md b/README.md index 2413dba59387b09fb58b252652c41a75f149221b..fe8a32de9c0f7621ca6c2bf4771a18d86f0dba72 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # covid19python -* Version 0.0.31 +* Version 0.0.32 ## git -* github: https://github.com/thomaswoehlke/covid19python.git +* github: https://git.noc.ruhr-uni-bochum.de/thomaswoehlke/flask-covid19.git ## Data Sources: * [WHO](https://covid19.who.int/WHO-COVID-19-global-data.csv) diff --git a/package.json b/package.json index 01784438d2ef7806736ec882f1aee7515ec115ae..e9f0cc8440bb369372fa2adb45cfb899a1e67afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.31", + "version": "0.0.32", "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 6951bff016dd5b08c8ae9d9cba3f9a01f7917577..9e13b3076db9a3fe3d37449012dcc413474319dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = flask-covid19 -version = 0.0.31 -url = https://github.com/thomaswoehlke/covid19python.git +version = 0.0.32 +url = https://git.noc.ruhr-uni-bochum.de/thomaswoehlke/flask-covid19.git author = Thomas Woehlke author_email = thomas.woehlke@gmail.com license = GNU General Public License v3 (GPLv3) diff --git a/setup.py b/setup.py index 703699f261e1abdcbe94702b97a3abeb56e131d2..eb4da3faa7c5dc55ca2786f9a8f6b3f22afb276e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import subprocess from setuptools import find_packages, setup -version = '0.0.31' +version = '0.0.32' needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv) pytest_runner = ['pytest-runner'] if needs_pytest else [] diff --git a/src/covid19/package.json b/src/covid19/package.json index 1c88617c89162e1ec1316eebc50bc57a6b025fbc..ebcf5a0fc6a6e4688fd7ebded6f84de8f9ae96ac 100644 --- a/src/covid19/package.json +++ b/src/covid19/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.31", + "version": "0.0.32", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "main": "index.js", "repository": { diff --git a/version b/version index 700703b92342476c8bac5f5b2c95e26d7ffde2eb..f9d08f8f11b4cce9383c262a547e9c4a0b66472f 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.31 \ No newline at end of file +0.0.32 \ No newline at end of file