Skip to content

Commit e3b36fd

Browse files
committed
Bump version number
1 parent ec2f701 commit e3b36fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.1dev",
11+
version="0.2.1",
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

Lines changed: 1 addition & 1 deletion
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.1dev"
3+
__version__ = "0.2.1"
44

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

0 commit comments

Comments
 (0)