Skip to content

Commit

Permalink
Merge pull request #480 from DHI/release11
Browse files Browse the repository at this point in the history
Change version number for release 1.1.0
  • Loading branch information
jsmariegaard authored Dec 12, 2024
2 parents 6c4be69 + 38e478e commit 0efa5d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modelskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "1.1.dev0"
__version__ = "1.1.0"

if "64" not in architecture()[0]:
raise Exception("This library has not been tested for a 32 bit system.")
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["notebooks", "tests"]

[project]
name="modelskill"
version="1.1.dev0"
version="1.1.0"
dependencies = [
"numpy > 1.24.4",
"pandas >= 1.4",
Expand All @@ -20,7 +20,7 @@ dependencies = [
]

authors = [
{ name = "Jesper Sandvig Mariegaard", email="[email protected]" },
{ name="Jesper Sandvig Mariegaard", email="[email protected]" },
{ name="Henrik Andersson", email="[email protected]" },
]
description="Compare results from simulations with observations."
Expand Down

0 comments on commit 0efa5d2

Please sign in to comment.