diff --git a/package.json b/package.json index 0050f5090d22abc75d3ef65e540c835d4f01aa2a..0f634938b61fa95723370cea85f7b3eeddcf1352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.26", + "version": "0.0.27", "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 3e7c2a9ab56fa741c79e59c41b09218d3d4b4307..bd3032c614020d864270ce89effae68296d110e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.26 +version = 0.0.27 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 72be2276d72adf1c819e33e7d86037dc25e3e0b7..d048ab17b4879ed2b278b244e6131f3eb4ca9922 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import subprocess from setuptools import find_packages, setup -version = '0.0.26' +version = '0.0.27' 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 f2ba3e210cd3007563a4ae2319d383b1d5c3286e..0a6b54896cb24fff1f47790cef30d4bf53543244 100644 --- a/src/covid19/package.json +++ b/src/covid19/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.26", + "version": "0.0.27", "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 41ba552be6f6a05f398b27522f19e5d4faf04841..669a9cae5cf0c5d66cd3d05dde83feba46b171c8 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.26 \ No newline at end of file +0.0.27 \ No newline at end of file