Skip to content

Commit a2b458e

Browse files
committed
Update version number
1 parent 67a0f6c commit a2b458e

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
@@ -7,7 +7,7 @@ def read(fname):
77

88

99
setup(name='windpowerlib',
10-
version='0.1.2dev',
10+
version='0.1.2',
1111
description='Creating time series of wind power plants.',
1212
url='http://github.com/wind-python/windpowerlib',
1313
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__ = "GPLv3"
3-
__version__ = '0.1.2dev'
3+
__version__ = '0.1.2'
44

55
from windpowerlib.wind_turbine import WindTurbine
66
from windpowerlib.wind_farm import WindFarm

0 commit comments

Comments
 (0)