From 58bbb24fb4d30b73c237e95c547ec3f9b194d6bf Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 7 Feb 2023 20:27:12 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.6=20=E2=86=92=200.14.7?= 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 4aaaf92..8f9abdc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 0.14.6 +current_version = 0.14.7 [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index b07f612..9f61b5d 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='libagent', - version='0.14.6', + version='0.14.7', description='Using hardware wallets as SSH/GPG agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com',