diff --git a/package.json b/package.json
index b7a247f14e512cd43f6e01f935a005bc095d418b..adee4a7f96e06d2295a2395b8982e40becbd1bee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "flask-covid19",
-  "version": "0.0.24",
+  "version": "0.0.25",
   "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 1c70dfa2c137436a53aa3391406a16b218b164d7..eb1bfa02ce1e0ae8d2a67976ec3dd696a4ca6c3f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = flask-covid19
-version = 0.0.24
+version = 0.0.25
 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 0b8e5271c2cb7d0fb2626fa99d666c23035485d2..87fb1da5ed50c68e688eee601e65f124b86f4840 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import sys
 
 from setuptools import find_packages, setup
 
-version = '0.0.24'
+version = '0.0.25'
 
 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 c798b7f83092e276fe710b33adb792efacb72ede..cf364ef74a4bbbab4298c903e715ffc7c5004408 100644
--- a/src/covid19/package.json
+++ b/src/covid19/package.json
@@ -1,6 +1,6 @@
 {
     "name": "flask-covid19-static",
-    "version": "0.0.24",
+    "version": "0.0.25",
     "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 9c2a097072bf760196379dc28a8f1bb1c721b204..d34586a15af5dc7dffc555376b154886bce8b3b3 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.24
\ No newline at end of file
+0.0.25
\ No newline at end of file