From 4db74b979872819870c719f34e03c3d5f35e2c40 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Thu, 18 Apr 2024 07:01:05 -0700 Subject: [PATCH] Update dev docs --- custodian/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custodian/__init__.py b/custodian/__init__.py index a7d7cdbe..e63c7146 100644 --- a/custodian/__init__.py +++ b/custodian/__init__.py @@ -11,7 +11,7 @@ "Shyue Ping Ong, William Davidson Richards, Stephen Dacek, Xiaohui Qu, Matthew Horton, " "Samuel M. Blau, Janosh Riebesell" ) -__version__ = "2024.3.12" +__version__ = "2024.4.18" PKG_DIR = os.path.dirname(__file__) diff --git a/pyproject.toml b/pyproject.toml index 45339736..528dc10a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "custodian" -version = "2024.3.12" +version = "2024.4.18" description = "A simple JIT job management framework in Python." authors = [ { name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" },