Skip to content

Commit 4db74b9

Browse files
committed
Update dev docs
1 parent 31429e8 commit 4db74b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custodian/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Shyue Ping Ong, William Davidson Richards, Stephen Dacek, Xiaohui Qu, Matthew Horton, "
1212
"Samuel M. Blau, Janosh Riebesell"
1313
)
14-
__version__ = "2024.3.12"
14+
__version__ = "2024.4.18"
1515

1616

1717
PKG_DIR = os.path.dirname(__file__)

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 = "custodian"
7-
version = "2024.3.12"
7+
version = "2024.4.18"
88
description = "A simple JIT job management framework in Python."
99
authors = [
1010
{ name = "Janosh Riebesell", email = "[email protected]" },

0 commit comments

Comments
 (0)