Skip to content

Commit

Permalink
chore: Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed Sep 19, 2024
1 parent 014fc78 commit 60d44cd
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.1"
__version__ = "1.0.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.0.1"
version = "1.0.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. <[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.1"
assert __version__ == "1.0.2"

0 comments on commit 60d44cd

Please sign in to comment.