From 99d65244101409b9594a2676e59bda2c42c40997 Mon Sep 17 00:00:00 2001 From: svalouch Date: Mon, 2 Nov 2020 15:10:18 +0100 Subject: [PATCH] bump version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fade3ba..eb1b0d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2019-2020, Andreas Gonschorek, Stefan Valouch' author = 'Andreas Gonschorek, Stefan Valouch' # The full version, including alpha/beta/rc tags -release = '0.0.1' +release = '0.0.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ef424fd..fed3663 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.rst', 'rt') as fh: setup( name='simplezfs', - version='0.0.1', + version='0.0.2', author='Stefan Valouch', author_email='svalouch@valouch.com', description='Simple, low-level ZFS API',