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 395944b commit 97429bf
Show file tree
Hide file tree
Showing 6 changed files with 8 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.87
* Version 0.0.88

## 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.87
* Version 0.0.88

## 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.87",
"version": "0.0.88",
"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.87"
__version__ = "0.0.88"
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = flask-covid19
version = 0.0.87
version = 0.0.88
url = https://github.com/thomaswoehlke/flask_covid19.git
author = Thomas Woehlke
author_email = thomas.woehlke@gmail.com
Expand All @@ -13,6 +13,7 @@ classifiers =
Operating System :: Microsoft :: Windows :: Windows 10
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 3 - Alpha
Expand All @@ -32,5 +33,5 @@ long_description_content_type = text/markdown
packages = find:
# package_dir = flask_covid19
include_package_data = true
python_requires = >= 3.9
python_requires = >= 3.8
# Dependencies are in setup.py for GitHub's dependency graph.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.87
0.0.88

0 comments on commit 97429bf

Please sign in to comment.