Skip to content

Commit

Permalink
corrected minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jul 26, 2024
1 parent 5674e9c commit 1fac70b
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 @@ -32,7 +32,7 @@ def fallback_get_input():
"""

__version__ = "1.1.0"
__version__ = "1.1.1"
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.0"
assert comberload.__version__ == "1.1.1"

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

0 comments on commit 1fac70b

Please sign in to comment.