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 Apr 26, 2022
1 parent eaafb9c commit 0eb3bff
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.4.0rc0
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/oemof-network

.. |commits-since| image:: https://img.shields.io/github/commits-since/oemof/oemof-network/v0.4.0rc1/dev
.. |commits-since| image:: https://img.shields.io/github/commits-since/oemof/oemof-network/v0.4.0/dev
:alt: Commits since latest release
:target: https://github.com/oemof/oemof-network/compare/master...dev

Expand Down
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.0rc0"
version = release = "0.4.0"

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.0rc0",
version="0.4.0",
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.0rc0"
__version__ = "0.4.0"

from . import energy_system
from . import graph
Expand Down

0 comments on commit 0eb3bff

Please sign in to comment.