Skip to content

Commit aa55fd3

Browse files
author
Andriy Gapon
committed
update version information to 0.2.1
1 parent 2956710 commit aa55fd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.2'
60+
version = '0.2.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.2'
62+
release = '0.2.1'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

setup.py

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

55
setup(
66
name="pyzfs",
7-
version="0.2",
7+
version="0.2.1",
88
description="Wrapper for libzfs_core",
99
author="ClusterHQ",
1010
author_email="support@clusterhq.com",

0 commit comments

Comments
 (0)