Skip to content

Commit b8f2e7e

Browse files
author
Mark A. Greenslade
committed
1. Version bump.
1 parent 4a19d85 commit b8f2e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pycspr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 88 d8' 88
88

99
__title__ = "pycspr"
10-
__version__ = "0.10.3"
10+
__version__ = "0.10.4"
1111
__author__ = "Mark A. Greenslade et al"
1212
__license__ = "Apache 2.0"
1313

tests/test_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def _has_member(mod, member):
100100

101101

102102
def test_version_of_library():
103-
assert pycspr.__version__ == "0.10.3"
103+
assert pycspr.__version__ == "0.10.4"
104104

105105

106106
def test_exports_of_library():

0 commit comments

Comments
 (0)