diff --git a/docs/conf.py b/docs/conf.py index 630703b..02ad517 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ author = 'MS List' # The full version, including alpha/beta/rc tags -release = '2.0.0' +release = '2.0.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 2ce3e27..fcf7f5d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pyluach', - version='2.0.0', + version='2.0.1', author='MS List', author_email='simlist@gmail.com', packages=['pyluach', ],