Skip to content

Commit

Permalink
Update version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-denham committed Mar 26, 2024
1 parent 47a4003 commit 004edf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion labtech/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run(self):
"""

__version__ = '0.4.1'
__version__ = '0.4.2'

from .types import is_task, is_task_type
from .tasks import task
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "labtech"
version = "0.4.1"
version = "0.4.2"
license = "GPL-3.0-only"
description = "Easily run experiment permutations with multi-processing and caching."
authors = ["Ben Denham <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_labtech.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.4.1'
assert __version__ == '0.4.2'

0 comments on commit 004edf0

Please sign in to comment.