Skip to content

Commit f786827

Browse files
committed
remove stray print debug, bump version#
1 parent 521e693 commit f786827

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

marslab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.2"
1+
__version__ = "0.9.21"

marslab/imgops/render.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ def attach_colorbar(
419419
extent = ymax - ymin
420420
order = int(1 - np.floor(np.log10(extent)))
421421
precision, success = 0, False
422-
print(f"---order {order}---")
423422
while success is False:
424423
labels, success = _trylabel((ymin, ymax), order, precision, n_ticks)
425424
precision += 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="marslab",
12-
version="0.9.2",
12+
version="0.9.21",
1313
url="https://github.com/millionconcepts/marslab.git",
1414
author="Million Concepts",
1515
author_email="[email protected]",

0 commit comments

Comments
 (0)