Skip to content

Commit

Permalink
Bump release candidate number
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Feb 12, 2020
1 parent 735d015 commit cec312b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feedinlib/__init__.py
@@ -1,6 +1,6 @@
__copyright__ = "Copyright oemof developer group"
__license__ = "GPLv3"
__version__ = '0.1.0rc3'
__version__ = '0.1.0rc4'

from feedinlib.powerplants import Photovoltaic, WindPowerPlant
from feedinlib.models import (
Expand Down
2 changes: 1 addition & 1 deletion punch_version.py
Expand Up @@ -2,4 +2,4 @@
minor = 1
patch = 0
status = 'rc'
count = 3
count = 4
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="feedinlib",
version="0.1.0rc3",
version="0.1.0rc4",
description="Creating time series from pv or wind power plants.",
url="http://github.com/oemof/feedinlib",
author="oemof developer group",
Expand Down

0 comments on commit cec312b

Please sign in to comment.