diff --git a/package.json b/package.json
index c4327de5de7c4593c13ffd96bee2157e0a3d441c..ec0ca59dc0aacc9634a989774128398d713c2507 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "covid19python-thomaswoehlke",
-  "version": "0.0.17",
+  "version": "0.0.18",
   "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 ea025746e7957e9591aab0a4adfd07e96cb49fe8..1653088749a3f45328d90e7a7f9d22366e43e25f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = thomaswoehlke-covid19python
-version = 0.0.17
+version = 0.0.18
 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 f89ac019ce83b63530af5ea146a31dbe5df6c522..955acc2e236aa88a2051aca352d6fb52856fd792 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
 
 from setuptools import find_packages, setup
 
-version = '0.0.17'
+version = '0.0.18'
 
 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 91a7cfcba3eff35f229f5580ce9c77ef6947e2e6..93943ab3fc92400fa32cef453f2a6ff1bfeb1aaf 100644
--- a/src/covid19/package.json
+++ b/src/covid19/package.json
@@ -1,6 +1,6 @@
 {
     "name": "covid19python-thomaswoehlke-static",
-    "version": "0.0.17",
+    "version": "0.0.18",
     "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 927734f16ce4bc7eb898f3fe84d958e740a799bb..a61862208de05fb783437a796fd4f681ac510b48 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.17
\ No newline at end of file
+0.0.18
\ No newline at end of file