We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8685b45 commit a4c3aeaCopy full SHA for a4c3aea
doc/conf.py
@@ -106,7 +106,7 @@
106
# built documents.
107
#
108
# The short X.Y version.
109
-version = '0.0.9'
+version = '0.0.10'
110
# The full version, including alpha/beta/rc tags.
111
release = version
112
setup.py
@@ -23,7 +23,7 @@ def create_edisgo_path():
23
24
setup(
25
name='eDisGo',
26
- version='0.0.10dev',
+ version='0.0.10',
27
packages=find_packages(),
28
url='https://github.com/openego/eDisGo',
29
license='GNU Affero General Public License v3.0',
0 commit comments