Skip to content

Commit

Permalink
Update version number: 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyralla committed Sep 23, 2024
1 parent 18ba94e commit 22c6dee
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.1.0.{build}
version: 6.1.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 @@ -118,7 +118,7 @@
from hydpy.exe.xmltools import XMLInterface, run_simulation, xml_validate


__version__ = "6.1.0"
__version__ = "6.1.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 @@ -202,7 +202,7 @@ def __post_init__(self) -> None:
# The short X.Y version.
version = "6.1"
# The full version, including alpha/beta/rc tags.
release = "6.1.0"
release = "6.1.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.1.0-cp[auto]-win_amd64
version = 6.1.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.1.0",
version="6.1.1",
description="A framework for the development and application of hydrological "
"models.",
long_description=long_description,
Expand Down

0 comments on commit 22c6dee

Please sign in to comment.