Skip to content

Commit 5a59632

Browse files
committed
Update to version 0.2.0
1 parent 909f279 commit 5a59632

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='ssh-ca',
6-
version='0.1.0',
6+
version='0.2.0',
77
description="SSH CA utilities",
88
author="Bob Van Zant",
99
author_email="bob@veznat.com",

ssh_ca/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import subprocess
44

55

6-
__version__ = "0.1.0"
6+
__version__ = "0.2.0"
77

88

99
class SSHCAException(Exception):

0 commit comments

Comments
 (0)