Skip to content
Snippets Groups Projects
Commit 1cafff41 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on 0.0.29 Release

parent 15d39a4d
No related branches found
No related tags found
No related merge requests found
{
"name": "flask-covid19",
"version": "0.0.28",
"version": "0.0.29",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js",
"dependencies": {},
......
[metadata]
name = flask-covid19
version = 0.0.28
version = 0.0.29
url = https://github.com/thomaswoehlke/covid19python.git
author = Thomas Woehlke
author_email = thomas.woehlke@gmail.com
......
......@@ -5,7 +5,7 @@ import subprocess
from setuptools import find_packages, setup
version = '0.0.28'
version = '0.0.29'
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else []
......
{
"name": "flask-covid19-static",
"version": "0.0.28",
"version": "0.0.29",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js",
"repository": {
......
0.0.28
\ No newline at end of file
0.0.29
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment