From 44b49e07f49fa0396c497ad7fbd5679ecaf63908 Mon Sep 17 00:00:00 2001 From: JamesRamm Date: Thu, 28 Mar 2019 21:12:42 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.1=20=E2=86=92=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- longclaw/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/longclaw/__init__.py b/longclaw/__init__.py index 7026353..5e82326 100644 --- a/longclaw/__init__.py +++ b/longclaw/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" diff --git a/setup.cfg b/setup.cfg index b7290fc..83373a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 commit = True tag = True