We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c516dbd commit 9c77b03Copy full SHA for 9c77b03
docs/source/conf.py
@@ -57,9 +57,9 @@
57
# built documents.
58
#
59
# The short X.Y version.
60
-version = '0.2.2'
+version = '0.2.3'
61
# The full version, including alpha/beta/rc tags.
62
-release = '0.2.2'
+release = '0.2.3'
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name="pyzfs",
7
- version="0.2.2",
+ version="0.2.3",
8
description="Wrapper for libzfs_core",
9
author="ClusterHQ",
10
author_email="support@clusterhq.com",
0 commit comments