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 10, 2023
1 parent dc5e751 commit 307beb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
source_suffix = ".rst"
master_doc = "index"
project = "oemof.network"
year = "2020"
author = "Stephan Günther"
year = "2023"
author = "oemof developer group"
copyright = "{0}, {1}".format(year, author)
version = release = "0.5.0a2"
version = release = "0.5.0a3"

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.0a2",
version="0.5.0a3",
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.0a2"
__version__ = "0.5.0a3"

from . import energy_system
from . import graph
Expand Down

0 comments on commit 307beb4

Please sign in to comment.