Bump version: 0.10.0 → 0.11.0

This commit is contained in:
Roman Zeyde
2018-03-11 13:35:23 +02:00
parent ceae65aa5a
commit 51dbecd4c2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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