Bump version: 0.9.5 → 0.9.6

This commit is contained in:
Roman Zeyde
2017-12-14 20:45:42 +02:00
parent cc6ee31deb
commit cb14d1e00b
2 changed files with 4 additions and 2 deletions

View File

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

View File

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