diff --git a/docs/conf.py b/docs/conf.py index bfe2a82b..5616a84a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,10 +21,10 @@ author = 'LightArrowsEXE' # The short X.Y version -version = '0.0.8' +version = '0.1.0' # The full version, including alpha/beta/rc tags -release = '0.0.8' +release = '0.1.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 4e5e2244..ee3da5dd 100755 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ install_requires = fh.read() name = "lvsfunc" -version = "0.0.8" -release = "0.0.8" +version = "0.1.0" +release = "0.1.0" setuptools.setup( name=name,