Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jan 16, 2022
1 parent 2f3fa2c commit 8a6d88a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.89
* Version 0.0.90

## 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.89
* Version 0.0.90

## git

Expand Down
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.89",
"version": "0.0.90",
"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.89"
__version__ = "0.0.90"
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.89
version = 0.0.90
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 version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.89
0.0.90

0 comments on commit 8a6d88a

Please sign in to comment.