From 1e23b65b96cc7fc75ecfe880f724a54ecbed296f Mon Sep 17 00:00:00 2001 From: Niko Aarnio Date: Thu, 7 Nov 2024 10:17:46 +0200 Subject: [PATCH] chore: Bump to version 1.1.0 --- eis_toolkit/__init__.py | 2 +- pyproject.toml | 2 +- tests/eis_toolkit_test.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eis_toolkit/__init__.py b/eis_toolkit/__init__.py index 976498ab..6849410a 100755 --- a/eis_toolkit/__init__.py +++ b/eis_toolkit/__init__.py @@ -1 +1 @@ -__version__ = "1.0.3" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 58fe5fa4..9dfd9445 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eis_toolkit" -version = "1.0.3" +version = "1.1.0" description = "EIS Toolkit is a comprehensive collection of tools suitable for mineral prospectivity mapping. This toolkit has been developed as part of the Exploration Information System project which has been funded by European Union." authors = [] maintainers = ["Gispo Ltd. "] diff --git a/tests/eis_toolkit_test.py b/tests/eis_toolkit_test.py index dbaa6471..db850e69 100755 --- a/tests/eis_toolkit_test.py +++ b/tests/eis_toolkit_test.py @@ -3,4 +3,4 @@ def test_version(): """Tests that version number is correct.""" - assert __version__ == "1.0.3" + assert __version__ == "1.1.0"