diff --git a/package.json b/package.json index 7b0c9b3b069e6dfc38447fd6a1b44e862c482af6..135551f6786445ae9e876e99c8241abefc568d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.22", + "version": "0.0.23", "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 f7d3b9ee3f910201e21de421f588344082c68498..2b7ffffae2cd7158f3e5ee7997389c2e1ccbe95d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.22 +version = 0.0.23 url = https://github.com/thomaswoehlke/covid19python.git author = Thomas Woehlke author_email = thomas.woehlke@gmail.com diff --git a/setup.py b/setup.py index 18f3bc5c6eb94d6e329b0bafded17ceb5141301c..0b6b81fee8dfed48b626f7004091403eb9a5cd1c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys from setuptools import find_packages, setup -version = '0.0.22' +version = '0.0.23' 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 262c2970fbd88f4c1db47842de7a689cf35a731c..ed8a004717889e7ae48b697adcbc966776cae497 100644 --- a/src/covid19/package.json +++ b/src/covid19/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.22", + "version": "0.0.23", "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 fe059cc0077a4adf8cdc33684e232bf160160eac..95dfee2488962b56cac057f51bb2f65e880f6c3d 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.22 \ No newline at end of file +0.0.23 \ No newline at end of file