summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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={