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

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