From 1457f7f663bf385ac75771cf2baba7bfe6869eb1 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 11 Dec 2021 19:30:13 +0100 Subject: [PATCH] work --- docs/conf.py | 4 ++-- flask_covid19/package.json | 2 +- package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- version | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c2050414..bdde413e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,8 +24,8 @@ author = "Thomas Woehlke" # The full version, including alpha/beta/rc tags -release = "0.0.74" -version = "0.0.74" +release = "0.0.75" +version = "0.0.75" # -- General configuration --------------------------------------------------- diff --git a/flask_covid19/package.json b/flask_covid19/package.json index d5dc4284..a54ba21a 100644 --- a/flask_covid19/package.json +++ b/flask_covid19/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.74", + "version": "0.0.75", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "main": "/static/index.js", "repository": { diff --git a/package.json b/package.json index de5cac51..39510bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.74", + "version": "0.0.75", "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 b7777e89..183b67cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.74 +version = 0.0.75 url = https://github.com/thomaswoehlke/flask_covid19.git author = Thomas Woehlke author_email = thomas.woehlke@gmail.com diff --git a/setup.py b/setup.py index 7f38f5f0..3ddaf80e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages from setuptools import setup -version = "0.0.74" +version = "0.0.75" scripts_dir = "flask_covid19" + os.sep + "app_build" + os.sep + "scripts" + os.sep pip_requirements_dir = "flask_covid19" + os.sep + "app_build" + os.sep + "requirements" diff --git a/version b/version index 30eb585d..fb1e9b1d 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.74 +0.0.75