Skip to content

Commit 3db18bd

Browse files
committed
chore: Bump to version 1.1.2
1 parent 890fcf2 commit 3db18bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eis_toolkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.1.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eis_toolkit"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
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."
55
authors = []
66
maintainers = ["Gispo Ltd. <[email protected]>"]

tests/eis_toolkit_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
def test_version():
55
"""Tests that version number is correct."""
6-
assert __version__ == "1.1.1"
6+
assert __version__ == "1.1.2"

0 commit comments

Comments
 (0)