diff --git a/docs/conf.py b/docs/conf.py index 16a7da5..9864b7b 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 = '1.4.0' +release = '1.4.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5fb0b22..800790d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pyluach', - version='1.4.0', + version='1.4.1', author='MS List', author_email='simlist@gmail.com', packages=['pyluach', ],