Skip to content

Commit 1315ec5

Browse files
committed
change version for the developing process
1 parent 3d7136f commit 1315ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2dev"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
sys.exit('%s requires Python 2.7, 3.3, or 3.4' % 'feedinlib')
1212

1313
setup(name='windpowerlib',
14-
version='0.0.1',
14+
version='0.0.2dev',
1515
description='Creating time series from wind power plants.',
1616
url='http://github.com/wind-python/windpowerlib',
1717
author='oemof developing group',

0 commit comments

Comments
 (0)