summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-31 16:05:11 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-31 16:05:11 +0100
commite2c6a90ccde13b3b7e497847e52480701b8cc49d (patch)
treed4c37023717400b80eecf70bfc05795eb6e423ea
parent16c85efa00184c4338f58f7279baef81ab0c69c4 (diff)
Resume working on 0.10.0dev
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 505f0d0..995723d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,7 +22,7 @@ copyright = "2020-2021, Elena Grandi"
author = "Elena ``of Valhalla''"
# The full version, including alpha/beta/rc tags
-release = '0.9.1'
+release = '0.10.0dev'
# The major project version
version = '0.10'
diff --git a/setup.py b/setup.py
index 80e66ba..2545196 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except IOError:
setup(
name='lesana',
- version='0.9.1',
+ version='0.10.0dev',
packages=find_packages(),
scripts=['scripts/lesana'],
package_data={