From a98d5e36b7e6996cfa7a42617959cfff3b0eebe9 Mon Sep 17 00:00:00 2001 From: Camille Scott Date: Sun, 22 Dec 2024 18:03:23 -0800 Subject: [PATCH] v1.1.1 --- cheeto/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cheeto/__init__.py b/cheeto/__init__.py index 1a72d32..b3ddbc4 100644 --- a/cheeto/__init__.py +++ b/cheeto/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.1.1' diff --git a/pyproject.toml b/pyproject.toml index 2f002da..9a43c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cheeto" -version = "1.1.0" +version = "1.1.1" description = "Utilities for the UC Davis HPC Core Facility." license = "Proprietary" authors = [