diff --git a/package.json b/package.json
index 3b3d85ad65bc6dbafd85b262d16b63c09ba23c01..6b86dc82ce7c779269e8d01d1cec70e3a3256d11 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "flask-covid19",
-  "version": "0.0.29",
+  "version": "0.0.30",
   "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 caefeede411813c3f70630ef208ed492d33ef597..ac7d90abc2432f43d2d6387aa3f04230f17e6515 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = flask-covid19
-version = 0.0.29
+version = 0.0.30
 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 4d7d6dbd52e33117a3097eea3a1e2fdc932529c5..a164a0151e80117968525727b604c45556fb3f33 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import subprocess
 
 from setuptools import find_packages, setup
 
-version = '0.0.29'
+version = '0.0.30'
 
 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 614939bf775062ed01ecd51ebe7cee19c08542c3..cb812291a00efe0843fa20d794e53c1e81a84972 100644
--- a/src/covid19/package.json
+++ b/src/covid19/package.json
@@ -1,6 +1,6 @@
 {
     "name": "flask-covid19-static",
-    "version": "0.0.29",
+    "version": "0.0.30",
     "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 998726ed4d3734caa3f31b908ffa8d0337ad3293..8db6c8a4918b6160be5c2c529d1ca7746d8c7b5b 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.29
\ No newline at end of file
+0.0.30
\ No newline at end of file