From 30c760f7ec1b50b5b5204503beb52d3d05a9c68c Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 22 Feb 2025 15:39:32 -0600 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e6dbc..688ad8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://gitea.deepak.science:2222/physics/kalpa/compare/1.0.0...1.0.1) (2025-02-22) + + +### Bug Fixes + +* add label to logs, and some minor formatting ([007e6e0](https://gitea.deepak.science:2222/physics/kalpa/commit/007e6e0f6dc1660c9088927f4c750877194027e1)) + ## 1.0.0 (2025-02-22) diff --git a/pyproject.toml b/pyproject.toml index 4d688df..f9749f3 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kalpaa" -version = "1.0.0" +version = "1.0.1" description = "Groups up and runs full run." authors = ["Deepak Mallubhotla "] readme = "README.md"