From 3beb16eb6f2f9ab4e165f10587d02f00824509ef Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 24 Dec 2021 11:40:58 +0100 Subject: Start working on 0.10.0dev --- docs/source/conf.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5d6831e..995723d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,13 +18,13 @@ # -- Project information ----------------------------------------------------- project = 'lesana' -copyright = "2020, Elena Grandi" +copyright = "2020-2021, Elena Grandi" author = "Elena ``of Valhalla''" # The full version, including alpha/beta/rc tags -release = '0.9.0' +release = '0.10.0dev' # The major project version -version = '0.9' +version = '0.10' # compatibility with sphinx 1.8 on buster master_doc = 'index' diff --git a/setup.py b/setup.py index 7815bc3..abda1b7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except IOError: setup( name='lesana', - version='0.9.0', + version='0.10.0dev', packages=find_packages(), scripts=['scripts/lesana'], package_data={ -- cgit v1.2.3