Bump version: 0.9.8 → 0.10.0

This commit is contained in:
Roman Zeyde 2018-03-03 21:02:10 +02:00
parent e90bd0cd81
commit a1047ba7b1
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
2 changed files with 2 additions and 2 deletions

View File

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

View File

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