Skip to content

Commit

Permalink
fix: remove raster file added by accident, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed Sep 17, 2024
1 parent e80a11d commit b95f3d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed cba_out.tif
Binary file not shown.
2 changes: 1 addition & 1 deletion eis_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "1.0.1"
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__ == "0.1.0"
assert __version__ == "1.0.1"

0 comments on commit b95f3d0

Please sign in to comment.