Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jan 11, 2022
1 parent 09aee5b commit 8188dd7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flask_covid19

* Version 0.0.86
* Version 0.0.87

## git

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flask_covid19

* Version 0.0.86
* Version 0.0.87

## git

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-static",
"version": "0.0.86",
"version": "0.0.87",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "/static/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion project/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.86"
__version__ = "0.0.87"
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.86
version = 0.0.87
url = https://github.com/thomaswoehlke/flask_covid19.git
author = Thomas Woehlke
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.86
0.0.87

0 comments on commit 8188dd7

Please sign in to comment.