Skip to content

Commit f9bdb3b

Browse files
committed
Update version number
1 parent 7f946e3 commit f9bdb3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

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

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '0.0.2'
64+
version = '0.0.3'
6565
# The full version, including alpha/beta/rc tags.
6666
#release = 'beta'
6767

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99
setup(name='windpowerlib',
10-
version='0.0.2',
10+
version='0.0.3',
1111
description='Creating time series from wind power plants.',
1212
url='http://github.com/wind-python/windpowerlib',
1313
author='oemof developing group',

0 commit comments

Comments
 (0)