From 88ff57187f2a3006a293223db70b2bc4aa7d1238 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 2 May 2020 17:43:44 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.0=20=E2=86=92=200.14.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4f4280b..1533945 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.14.0 +current_version = 0.14.1 [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index fb53dcb..cc7708c 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='libagent', - version='0.14.0', + version='0.14.1', description='Using hardware wallets as SSH/GPG agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com',