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 7f946e3 commit f9bdb3bCopy full SHA for f9bdb3b
VERSION
@@ -1 +1 @@
1
-__version__ = "0.0.2"
+__version__ = "0.0.3"
doc/conf.py
@@ -61,7 +61,7 @@
61
# built documents.
62
#
63
# The short X.Y version.
64
-version = '0.0.2'
+version = '0.0.3'
65
# The full version, including alpha/beta/rc tags.
66
#release = 'beta'
67
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup
8
9
setup(name='windpowerlib',
10
- version='0.0.2',
+ version='0.0.3',
11
description='Creating time series from wind power plants.',
12
url='http://github.com/wind-python/windpowerlib',
13
author='oemof developing group',
0 commit comments