Skip to content

Commit

Permalink
Update the version number to 6.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyralla committed Sep 13, 2024
1 parent 09ab0e9 commit 5362062
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version: 6.0.0.{build}
version: 6.0.1.{build}

image: Visual Studio 2019

Expand Down
2 changes: 1 addition & 1 deletion hydpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
from hydpy.exe.servertools import await_server, start_server


__version__ = "6.0.0"
__version__ = "6.0.1"

pub.options = optiontools.Options()
pub.indexer = indextools.Indexer()
Expand Down
2 changes: 1 addition & 1 deletion hydpy/docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def __post_init__(self) -> None:
# The short X.Y version.
version = "6.0"
# The full version, including alpha/beta/rc tags.
release = "6.0.0"
release = "6.0.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion make_hydpy_installer.cfgt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name = HydPy
version = 6.0.0-cp[auto]-win_amd64
version = 6.0.1-cp[auto]-win_amd64
entry_point = execute_exe:execute_scriptfunction
console = true
icon = logo.ico
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setuptools.setup(
name="HydPy",
version="6.0.0",
version="6.0.1",
description="A framework for the development and application of hydrological "
"models.",
long_description=long_description,
Expand Down

0 comments on commit 5362062

Please sign in to comment.