Skip to content

Commit 2a4eab7

Browse files
committed
test: sync Python version assertion to 0.9.1
1 parent 18e9a9c commit 2a4eab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_exchange.py

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

55

66
def test_version():
7-
assert nanobook.__version__ == "0.9.0"
7+
assert nanobook.__version__ == "0.9.1"
88

99

1010
def test_exchange_repr():

0 commit comments

Comments
 (0)