From 780812c98a0f92c5d98c50eb1b1a6d82952f2135 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Fri, 29 Jan 2021 00:50:56 +0100 Subject: [PATCH] work --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e62155ea..c057207a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = app -version = 0.0.12 +version = 0.0.13 [options] packages = diff --git a/setup.py b/setup.py index 5229fa33..15daec3b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='app', - version='0.0.12', + version='0.0.13', packages=find_packages(), url='https://github.com/thomaswoehlke/covid19python', license='GNU General Public License v3.0', -- GitLab