From 974497490cfbd40519e50bdd47d6fe133c3cde6f Mon Sep 17 00:00:00 2001 From: MS List Date: Fri, 25 Mar 2022 10:24:16 -0400 Subject: [PATCH] Updated version to 4.0.1. --- 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 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', ],