diff --git a/package.json b/package.json
index 92ab334f971733b9f2350dbf96ff86b15eafb323..c4327de5de7c4593c13ffd96bee2157e0a3d441c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "covid19python-thomaswoehlke",
-  "version": "0.0.16",
+  "version": "0.0.17",
   "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 c74c08c4d4472d9a2c509b02407ebb706992f61c..ea025746e7957e9591aab0a4adfd07e96cb49fe8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = thomaswoehlke-covid19python
-version = 0.0.16
+version = 0.0.17
 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 bab851e6d5999d87ff08072dcf552994a8715e31..0fbb7172c610d9334cc14b9f6f47e996849d449c 100644
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,8 @@ import sys
 
 from setuptools import find_packages, setup
 
+version = '0.0.17'
+
 needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
 pytest_runner = ['pytest-runner'] if needs_pytest else []
 
@@ -459,7 +461,7 @@ packages = find_packages()
 
 setup(
     name='thomaswoehlke-covid19python',
-    version='0.0.16',
+    version=version,
     url='ttps://github.com/thomaswoehlke/covid19python.git',
     license='GNU General Public License v3 (GPLv3)',
     author='Thomas Woehlke',
diff --git a/src/covid19/package.json b/src/covid19/package.json
index 5b5c453edfba16555a0b870f079f2f55cfd5dfdb..6625c5e98d53ca3c981fffe527dd8917205252d7 100644
--- a/src/covid19/package.json
+++ b/src/covid19/package.json
@@ -1,6 +1,6 @@
 {
-    "name": "covid19static",
-    "version": "0.0.16",
+    "name": "covid19python-thomaswoehlke-static",
+    "version": "0.0.17",
     "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 e484aaf27a541b9d181ea9b1d086f1fe91f97fee..927734f16ce4bc7eb898f3fe84d958e740a799bb 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.16
\ No newline at end of file
+0.0.17
\ No newline at end of file