Bump version: 0.12.0 → 0.12.1

This commit is contained in:
Roman Zeyde
2018-11-17 23:48:23 +02:00
parent fec84288be
commit ddd823d976
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[bumpversion] [bumpversion]
commit = True commit = True
tag = True tag = True
current_version = 0.12.0 current_version = 0.12.1
[bumpversion:file:setup.py] [bumpversion:file:setup.py]

View File

@@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name='libagent', name='libagent',
version='0.12.0', version='0.12.1',
description='Using hardware wallets as SSH/GPG agent', description='Using hardware wallets as SSH/GPG agent',
author='Roman Zeyde', author='Roman Zeyde',
author_email='roman.zeyde@gmail.com', author_email='roman.zeyde@gmail.com',
@@ -16,7 +16,7 @@ setup(
], ],
install_requires=[ install_requires=[
'backports.shutil_which>=3.5.1', 'backports.shutil_which>=3.5.1',
'ConfigArgParse>=0.12.0', 'ConfigArgParse>=0.12.1',
'python-daemon>=2.1.2', 'python-daemon>=2.1.2',
'ecdsa>=0.13', 'ecdsa>=0.13',
'ed25519>=1.4', 'ed25519>=1.4',