Skip to content

Commit

Permalink
prepared 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jul 31, 2024
1 parent 65cd19b commit 253b880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/comberload.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def fallback_get_input():
"""

__version__ = "1.1.2"
__version__ = "1.1.3"
worker_running = False
should_work = True
backlog = []
Expand Down
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.2"
assert comberload.__version__ == "1.1.3"

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

0 comments on commit 253b880

Please sign in to comment.