We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe811e2 commit 4d2bdd5Copy full SHA for 4d2bdd5
docs/source/conf.py
@@ -24,9 +24,9 @@
24
author = 'Robbie van Leeuwen'
25
26
# The short X.Y version
27
-version = '1.0.6'
+version = '1.0.7'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.0.6'
+release = '1.0.7'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -25,7 +25,7 @@ def readme():
setup(
name='sectionproperties',
- version='1.0.6',
+ version='1.0.7',
description=description_text(),
long_description=readme(),
long_description_content_type='text/markdown',
0 commit comments