From 16c20a94443796adccbcf6feb926da8dea54bfb9 Mon Sep 17 00:00:00 2001 From: LightArrowsEXE Date: Wed, 23 Feb 2022 01:27:24 +0100 Subject: [PATCH] bump version --- docs/conf.py | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index eb3cdcb7..b88a270c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,10 +21,10 @@ author = 'LightArrowsEXE' # The short X.Y version -version = '0.3.11' +version = '0.4.0' # The full version, including alpha/beta/rc tags -release = '0.3.11' +release = '0.4.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c4ca832b..d9c40b84 100755 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ install_requires = fh.read() name = "lvsfunc" -version = "0.3.11" -release = "0.3.11" +version = "0.4.0" +release = "0.4.0" setuptools.setup( name=name,