diff --git a/package.json b/package.json index a52c3056..d4b02c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-covid19", - "version": "0.0.72", + "version": "0.0.73", "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 18c0518e..db8fc0cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.72 +version = 0.0.73 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 e4efe70b..6bec5ec6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages from setuptools import setup -version = "0.0.72" +version = "0.0.73" 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 36e6a204..2225cdf1 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.72 +0.0.73