Bump version: 0.9.7 → 0.9.8

This commit is contained in:
Roman Zeyde
2018-02-15 19:10:40 +02:00
parent cefc5f180a
commit 75d117ad0d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[bumpversion] [bumpversion]
commit = True commit = True
tag = True tag = True
current_version = 0.9.7 current_version = 0.9.8
[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.9.7', version='0.9.8',
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',