mirror of
https://github.com/openkmip/pykmip
synced 2025-12-23 19:53:24 +00:00
Update the PyKMIP library version to 0.8.dev
This change updates the library version to the next dev version, tweaking version handling and the changelog to reflect this change.
This commit is contained in:
2
setup.py
2
setup.py
@@ -21,7 +21,7 @@ import setuptools
|
||||
version_path = os.path.join(os.path.dirname(
|
||||
os.path.realpath(__file__)), 'kmip', 'version.py')
|
||||
with open(version_path, 'r') as version_file:
|
||||
mo = re.search(r"^.*= '(\d\.\d\.\d)'$", version_file.read(), re.MULTILINE)
|
||||
mo = re.search(r"^.*= '(\d\.\d\..*)'$", version_file.read(), re.MULTILINE)
|
||||
__version__ = mo.group(1)
|
||||
|
||||
setuptools.setup(
|
||||
|
||||
Reference in New Issue
Block a user