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',