diff --git a/docs/source/conf.py b/docs/source/conf.py index 2122ac9..34e5c38 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '0.2.1' +version = '0.2.2' # The full version, including alpha/beta/rc tags. -release = '0.2.1' +release = '0.2.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 834efbf..63b9d5d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="pyzfs", - version="0.2.1", + version="0.2.2", description="Wrapper for libzfs_core", author="ClusterHQ", author_email="support@clusterhq.com",