Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Dec 9, 2021
1 parent 201e551 commit 7fb648a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.72
0.0.73

0 comments on commit 7fb648a

Please sign in to comment.