From 1cafff4146a8ac7845aa3bad5a4c5c86f525f512 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Tue, 13 Apr 2021 17:43:39 +0200 Subject: [PATCH] working on 0.0.29 Release --- package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- src/covid19/package.json | 2 +- version | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e4077a8a..3b3d85ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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": {}, diff --git a/setup.cfg b/setup.cfg index 422f4df4..caefeede 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [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 diff --git a/setup.py b/setup.py index b2ce12bc..69fcc35f 100644 --- a/setup.py +++ b/setup.py @@ -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 [] diff --git a/src/covid19/package.json b/src/covid19/package.json index 8f81fa9d..6853d3ff 100644 --- a/src/covid19/package.json +++ b/src/covid19/package.json @@ -1,6 +1,6 @@ { "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": { diff --git a/version b/version index 329ee9fd..998726ed 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.28 \ No newline at end of file +0.0.29 \ No newline at end of file -- GitLab