Skip to content

Commit 8b38616

Browse files
committed
update version
1 parent dc2b4ba commit 8b38616

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/sphinx/getting_started/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ If you do not want to install TEEHR in your own virtual environment, you can use
148148

149149
.. code-block:: bash
150150
151-
docker build -t teehr:v0.4.10 .
152-
docker run -it --rm --volume $HOME:$HOME -p 8888:8888 teehr:v0.4.10 jupyter lab --ip 0.0.0.0 $HOME
151+
docker build -t teehr:v0.4.11 .
152+
docker run -it --rm --volume $HOME:$HOME -p 8888:8888 teehr:v0.4.11 jupyter lab --ip 0.0.0.0 $HOME
153153
154154
Project Objectives
155155
------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "teehr"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
description = "Tools for Exploratory Evaluation in Hydrologic Research"
55
authors = [
66
"RTI International",

src/teehr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Initialize the TEEHR package."""
2-
__version__ = "0.4.10"
2+
__version__ = "0.4.11"
33

44
from teehr.evaluation.evaluation import Evaluation # noqa
55
from teehr.models.metrics.deterministic_models import DeterministicMetrics # noqa

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.10
1+
0.4.11

0 commit comments

Comments
 (0)