Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Oct 11, 2023
1 parent e9f3105 commit 78927aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = "2023"
author = "oemof developer group"
copyright = "{0}, {1}".format(year, author)
version = release = "0.5.0a5"
version = release = "0.5.0a6"

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 @@ -32,7 +32,7 @@ def read(*names, **kwargs):

setup(
name="oemof.network",
version="0.5.0a5",
version="0.5.0a6",
license="MIT",
description="The network/graph submodules of oemof.",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/network/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0a5"
__version__ = "0.5.0a6"

from . import energy_system
from . import graph
Expand Down

0 comments on commit 78927aa

Please sign in to comment.