Skip to content
Snippets Groups Projects
Commit 9b5d1c82 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

start dev for Milestone 0.0.14

parent 77888808
No related branches found
No related tags found
No related merge requests found
{ {
"name": "covid19static", "name": "covid19static",
"version": "0.0.13", "version": "0.0.14",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
{ {
"name": "covid19python", "name": "covid19python",
"version": "0.0.13", "version": "0.0.14",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js", "main": "index.js",
"dependencies": {}, "dependencies": {},
......
[metadata] [metadata]
name = covid19python name = covid19python
version = 0.0.13 version = 0.0.14
[options] [options]
packages = packages =
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='covid19python', name='covid19python',
version='0.0.13', version='0.0.14',
packages=find_packages(), packages=find_packages(),
url='https://github.com/thomaswoehlke/covid19python', url='https://github.com/thomaswoehlke/covid19python',
license='GNU General Public License v3.0', license='GNU General Public License v3.0',
......
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