Skip to content

Commit

Permalink
chore: Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed Nov 7, 2024
1 parent 00d52de commit 1e23b65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eis_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/eis_toolkit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

def test_version():
"""Tests that version number is correct."""
assert __version__ == "1.0.3"
assert __version__ == "1.1.0"

0 comments on commit 1e23b65

Please sign in to comment.