Bump version: 0.14.7 → 0.14.8

This commit is contained in:
Roman Zeyde
2023-08-19 15:42:03 +03:00
parent 0acc6cd2ef
commit 28cbb941f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 0.14.7
current_version = 0.14.8
[bumpversion:file:setup.py]

View File

@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='libagent',
version='0.14.7',
version='0.14.8',
description='Using hardware wallets as SSH/GPG agent',
author='Roman Zeyde',
author_email='dev@romanzey.de',