diff --git a/README.md b/README.md index e486c895..058f42b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flask_covid19 -* Version 0.0.65 +* Version 0.0.74 ## git diff --git a/docs/conf.py b/docs/conf.py index d88b5ec8..c2050414 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.72" -version = "0.0.72" +release = "0.0.74" +version = "0.0.74" # -- General configuration --------------------------------------------------- diff --git a/flask_covid19/package.json b/flask_covid19/package.json index 625c57f9..d5dc4284 100644 --- a/flask_covid19/package.json +++ b/flask_covid19/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19-static", - "version": "0.0.72", + "version": "0.0.74", "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 d4b02c38..de5cac51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.73", + "version": "0.0.74", "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 db8fc0cb..b7777e89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.73 +version = 0.0.74 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 6bec5ec6..7f38f5f0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages from setuptools import setup -version = "0.0.73" +version = "0.0.74" 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 2225cdf1..30eb585d 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.73 +0.0.74