We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f11ea4 commit c5ca339Copy full SHA for c5ca339
setup.py
@@ -8,7 +8,7 @@ def read(fname):
8
9
setup(
10
name="windpowerlib",
11
- version="0.2.2",
+ version="0.2.3dev",
12
description="Creating time series of wind power plants.",
13
url="http://github.com/wind-python/windpowerlib",
14
author="oemof developer group",
windpowerlib/__init__.py
@@ -1,6 +1,6 @@
1
__copyright__ = "Copyright oemof developer group"
2
__license__ = "MIT"
3
-__version__ = "0.2.2"
+__version__ = "0.2.3dev"
4
5
from .wind_turbine import WindTurbine # noqa: F401
6
from .data import get_turbine_types # noqa: F401
0 commit comments