We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16236f2 commit a8a8bafCopy full SHA for a8a8baf
labtasker/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.3"
+__version__ = "0.2.4"
2
3
from labtasker.client.client_api import *
4
from labtasker.client.core.config import get_client_config
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "labtasker"
7
-version = "0.2.3"
+version = "0.2.4"
8
description = "A task queue system for lab experiments"
9
authors = [{ name = "Your Name", email = "your.email@example.com" }]
10
license = { text = "Apache License 2.0" }
0 commit comments