diff --git a/modelskill/__init__.py b/modelskill/__init__.py index 8e6efdb6..e211164a 100644 --- a/modelskill/__init__.py +++ b/modelskill/__init__.py @@ -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.") diff --git a/pyproject.toml b/pyproject.toml index 5bda4989..fad46053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -20,7 +20,7 @@ dependencies = [ ] authors = [ - { name = "Jesper Sandvig Mariegaard", email="jem@dhigroup.com" }, + { name="Jesper Sandvig Mariegaard", email="jem@dhigroup.com" }, { name="Henrik Andersson", email="jan@dhigroup.com" }, ] description="Compare results from simulations with observations."