Skip to content

Commit

Permalink
fixed version error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jul 29, 2024
1 parent a889b32 commit 5d280c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_comberload.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def test_comberload():
import comberload

assert comberload.__version__ == "1.1.1"
assert comberload.__version__ == "1.1.2"

@comberload("sys")
def foo():
Expand Down

0 comments on commit 5d280c1

Please sign in to comment.