diff --git a/package.json b/package.json
index ec0ca59dc0aacc9634a989774128398d713c2507..8e4bbeec48229d30aba40509cc201902a2fca693 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "covid19python-thomaswoehlke",
-  "version": "0.0.18",
+  "version": "0.0.19",
   "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 1653088749a3f45328d90e7a7f9d22366e43e25f..008079418caa211b4b790ab6c47c5b3570f34bca 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = thomaswoehlke-covid19python
-version = 0.0.18
+version = 0.0.19
 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 955acc2e236aa88a2051aca352d6fb52856fd792..bfdde35552afe6431d9a3c435dd6658e68bdedc8 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
 
 from setuptools import find_packages, setup
 
-version = '0.0.18'
+version = '0.0.19'
 
 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 93943ab3fc92400fa32cef453f2a6ff1bfeb1aaf..3a1922c9afca1989bec7830e18a475547e75ceec 100644
--- a/src/covid19/package.json
+++ b/src/covid19/package.json
@@ -1,6 +1,6 @@
 {
     "name": "covid19python-thomaswoehlke-static",
-    "version": "0.0.18",
+    "version": "0.0.19",
     "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 a61862208de05fb783437a796fd4f681ac510b48..c5d4220b5d5ff70f2fcefad60fae01a48770b50a 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.18
\ No newline at end of file
+0.0.19
\ No newline at end of file