Skip to content

Commit

Permalink
chore: Bump to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed Dec 9, 2024
1 parent 890fcf2 commit 3db18bd
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.1.1"
__version__ = "1.1.2"
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.1.1"
version = "1.1.2"
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. <info@gispo.fi>"]
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.1.1"
assert __version__ == "1.1.2"

0 comments on commit 3db18bd

Please sign in to comment.