Skip to content

Commit

Permalink
Pump dev release counter
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jun 29, 2023
1 parent 3947141 commit 7a73bad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1.dev2
current_version = 0.5.1.dev3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1.dev2"
__version__ = "0.5.1.dev3"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def setup(app):
year = "2014-2023"
author = "oemof-developer-group"
copyright = "{0}, {1}".format(year, author)
version = release = "0.5.1.dev2"
version = release = "0.5.1.dev3"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*names, **kwargs):

setup(
name="oemof.solph",
version="0.5.1.dev2",
version="0.5.1.dev3",
license="MIT",
description=(
"A model generator for energy system modelling and optimisation."
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/solph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.1.dev2"
__version__ = "0.5.1.dev3"

from . import buses
from . import components
Expand Down

0 comments on commit 7a73bad

Please sign in to comment.