Skip to content

Commit a26993a

Browse files
committed
Set version for next release
1 parent 4c05066 commit a26993a

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
@@ -5,7 +5,7 @@ def read(fname):
55
return open(os.path.join(os.path.dirname(__file__), fname)).read()
66

77
setup(name='windpowerlib',
8-
version='0.1.0',
8+
version='0.1.1dev',
99
description='Creating time series of wind power plants.',
1010
url='http://github.com/wind-python/windpowerlib',
1111
author='oemof developing 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.0'
3+
__version__ = '0.1.1dev'
44

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

0 commit comments

Comments
 (0)