Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jul 25, 2021
1 parent ddffc11 commit 434a133
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# covid19python
* Version 0.0.59
* Version 0.0.61

## git
* github: https://git.noc.ruhr-uni-bochum.de/thomaswoehlke/flask-covid19.git
Expand Down
4 changes: 2 additions & 2 deletions flask_covid19/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 flask_covid19/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flask-covid19-static",
"version": "0.0.60",
"version": "0.0.61",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "/static/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions 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",
"version": "0.0.60",
"version": "0.0.61",
"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.60
version = 0.0.61
url = https://git.noc.ruhr-uni-bochum.de/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 @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

version = '0.0.60'
version = '0.0.61'

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.60
0.0.61

0 comments on commit 434a133

Please sign in to comment.