File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,3 @@ plugins = labtech.mypy_plugin
212212 * Build docs: ` make docs-build `
213213 * Deploy docs to GitHub Pages: ` make docs-github `
214214 * Docstring style follows the [ Google style guide] ( https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings )
215-
216- ## TODO
217-
218- * Add unit tests
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def run(self):
3131
3232"""
3333
34- __version__ = '0.6.0 '
34+ __version__ = '0.6.1 '
3535
3636from .lab import Lab
3737from .tasks import task
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " labtech"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44license = " GPL-3.0-only"
55description = " Easily run experiment permutations with multi-processing and caching."
66authors = [" Ben Denham <ben@denham.nz>" ]
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == '0.6.0 '
5+ assert __version__ == '0.6.1 '
You can’t perform that action at this time.
0 commit comments