diff --git a/package.json b/package.json
index e9f0cc8440bb369372fa2adb45cfb899a1e67afe..5d5ed2a61ec50cf4ca5799ab5a2282da22c24f98 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "flask-covid19",
-  "version": "0.0.32",
+  "version": "0.0.33",
   "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 9e13b3076db9a3fe3d37449012dcc413474319dc..904bee03d2288a21ab7488b40ecfbfbce084e495 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = flask-covid19
-version = 0.0.32
+version = 0.0.33
 url = https://git.noc.ruhr-uni-bochum.de/thomaswoehlke/flask-covid19.git
 author = Thomas Woehlke
 author_email = thomas.woehlke@gmail.com
diff --git a/setup.py b/setup.py
index 864da2969882e2425208467a317ddd975825e502..599b2db363e444724e7f4b0acf34c4910c44f7ef 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import subprocess
 
 from setuptools import find_packages, setup
 
-version = '0.0.32'
+version = '0.0.33'
 
 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 ebcf5a0fc6a6e4688fd7ebded6f84de8f9ae96ac..ebe825e7059ebf73c951662e51708529e8c84cfe 100644
--- a/src/covid19/package.json
+++ b/src/covid19/package.json
@@ -1,6 +1,6 @@
 {
     "name": "flask-covid19-static",
-    "version": "0.0.32",
+    "version": "0.0.33",
     "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 f9d08f8f11b4cce9383c262a547e9c4a0b66472f..2b80db2b5efec97e8de62520b0d43417dfdd665c 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.32
\ No newline at end of file
+0.0.33
\ No newline at end of file