Skip to content

Commit

Permalink
Merge pull request #8 from ken-morel/dev
Browse files Browse the repository at this point in the history
prepared 1.1.3
  • Loading branch information
ken-morel authored Jul 31, 2024
2 parents 2afaa48 + 253b880 commit a3b4a53
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 a3b4a53

Please sign in to comment.