2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-11 05:43:14 +00:00

PyKMIP - Release v0.2.0

This update includes several new features, including:

* client support for the Locate operation
* configuration file support
* README updates in content and formatting
This commit is contained in:
Peter Hamilton
2014-11-12 08:58:49 -05:00
parent 58c42f1098
commit f398d38f50
2 changed files with 20 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ import setuptools
setuptools.setup(
name='PyKMIP',
version='0.1.1',
version='0.2.0',
description='KMIP v1.1 library',
keywords='KMIP',
author='Peter Hamilton',