Bump version: 0.14.2 → 0.14.3

This commit is contained in:
Roman Zeyde
2021-11-02 09:28:03 +02:00
parent 5e5a96b96f
commit 85d2da5460
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 0.14.2
current_version = 0.14.3
[bumpversion:file:setup.py]

View File

@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='libagent',
version='0.14.2',
version='0.14.3',
description='Using hardware wallets as SSH/GPG agent',
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',