From 6ef6b03cce982ec442c45f276efe532a2a04edaa Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Tue, 6 Apr 2021 16:57:42 +0200
Subject: [PATCH] template changes

---
 package.json             | 2 +-
 setup.cfg                | 2 +-
 setup.py                 | 2 +-
 src/covid19/package.json | 2 +-
 version                  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 135551f6..b7a247f1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "flask-covid19",
-  "version": "0.0.23",
+  "version": "0.0.24",
   "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 2b7ffffa..1c70dfa2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = flask-covid19
-version = 0.0.23
+version = 0.0.24
 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 0b6b81fe..8d25f3e1 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import sys
 
 from setuptools import find_packages, setup
 
-version = '0.0.23'
+version = '0.0.24'
 
 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 ed8a0047..c798b7f8 100644
--- a/src/covid19/package.json
+++ b/src/covid19/package.json
@@ -1,6 +1,6 @@
 {
     "name": "flask-covid19-static",
-    "version": "0.0.23",
+    "version": "0.0.24",
     "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 95dfee24..9c2a0970 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.23
\ No newline at end of file
+0.0.24
\ No newline at end of file
-- 
GitLab