Skip to content

Commit a8a8baf

Browse files
committed
(chore) Version 0.2.3 -> 0.2.4
1 parent 16236f2 commit a8a8baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labtasker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"
22

33
from labtasker.client.client_api import *
44
from labtasker.client.core.config import get_client_config

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "labtasker"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "A task queue system for lab experiments"
99
authors = [{ name = "Your Name", email = "your.email@example.com" }]
1010
license = { text = "Apache License 2.0" }

0 commit comments

Comments
 (0)