Skip to content

Commit b95f3d0

Browse files
committed
fix: remove raster file added by accident, update version
1 parent e80a11d commit b95f3d0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

cba_out.tif

-2.32 KB
Binary file not shown.

eis_toolkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "1.0.1"

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__ == "0.1.0"
6+
assert __version__ == "1.0.1"

0 commit comments

Comments
 (0)