Skip to content

Commit

Permalink
Bump version number for dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Jun 15, 2022
1 parent cb29c81 commit 1665825
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 = "2014-2020"
author = "oemof-developer-group"
copyright = "{0}, {1}".format(year, author)
version = release = "0.4.2"
version = release = "0.4.3dev0"

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.tools",
version="0.4.2",
version="0.4.3dev0",
license="MIT",
description="Tiny tools of the oemof project.",
long_description_content_type="text/x-rst",
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.2"
__version__ = "0.4.3dev0"

from . import debugging # noqa: F401
from . import economics # noqa: F401
Expand Down

0 comments on commit 1665825

Please sign in to comment.