From 8a6d88a333e7d7bd25ececface8d0583e06ee19a Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sun, 16 Jan 2022 12:16:14 +0100 Subject: [PATCH] work --- README.md | 2 +- docs/README.md | 2 +- package.json | 2 +- project/__init__.py | 2 +- setup.cfg | 2 +- version | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06db15b5..cc2e5ca9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flask_covid19 -* Version 0.0.89 +* Version 0.0.90 ## git diff --git a/docs/README.md b/docs/README.md index 775c402c..212fbae0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # flask_covid19 -* Version 0.0.89 +* Version 0.0.90 ## git diff --git a/package.json b/package.json index a73ca4fd..e5433874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.89", + "version": "0.0.90", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "main": "/static/index.js", "repository": { diff --git a/project/__init__.py b/project/__init__.py index a20d2104..69d27b41 100644 --- a/project/__init__.py +++ b/project/__init__.py @@ -1 +1 @@ -__version__ = "0.0.89" +__version__ = "0.0.90" diff --git a/setup.cfg b/setup.cfg index 5efc6c2f..05d342e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.89 +version = 0.0.90 url = https://github.com/thomaswoehlke/flask_covid19.git author = Thomas Woehlke author_email = thomas.woehlke@gmail.com diff --git a/version b/version index a82a0477..4eaed40c 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.89 +0.0.90