Skip to content

Commit

Permalink
Merge branch 'dev' into revision/network_submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Sep 27, 2023
2 parents 966ea76 + a40b949 commit 3a095ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ default_context:
test_runner: 'nose'
travis: 'yes'
travis_osx: 'no'
version: '0.4.0.dev0'
version: '0.5.0.alpha1'
website: 'https://oemof.org/'
year_from: '2020'
year_to: '2020'
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 = "2020"
author = "Stephan Günther"
copyright = "{0}, {1}".format(year, author)
version = release = "0.4.0"
version = release = "0.5.0.alpha1"

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.4.0",
version="0.5.0.alpha1",
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.4.0"
__version__ = "0.5.0.alpha1"

from . import energy_system
from . import graph
Expand Down

0 comments on commit 3a095ee

Please sign in to comment.