From 30cab7e9cf0fcb1a121d5dfabfafd9505ac9dcfb Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Fri, 8 Nov 2024 14:15:22 -0500 Subject: [PATCH] fix: bump version in `pyproject.toml` to 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29bd18c..756dbff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "capepy" -version = "0.1.0" +version = "1.0.1" description = "A collection of utility functions useful for developing on and interacting with the CAPE infrastructure" authors = ["Micah Halter "] license = "Apache-2.0"