Skip to content

Commit c5ca339

Browse files
committed
Bump version number
1 parent 8f11ea4 commit c5ca339

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88

99
setup(
1010
name="windpowerlib",
11-
version="0.2.2",
11+
version="0.2.3dev",
1212
description="Creating time series of wind power plants.",
1313
url="http://github.com/wind-python/windpowerlib",
1414
author="oemof developer group",

windpowerlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__copyright__ = "Copyright oemof developer group"
22
__license__ = "MIT"
3-
__version__ = "0.2.2"
3+
__version__ = "0.2.3dev"
44

55
from .wind_turbine import WindTurbine # noqa: F401
66
from .data import get_turbine_types # noqa: F401

0 commit comments

Comments
 (0)