From 330e6466cd944fcabf4802cd993911142cb9f55c Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Mon, 22 Apr 2024 15:18:20 -0500 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fa63f..269c678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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/tantri/compare/1.0.0...1.0.1) (2024-04-22) + ## 1.0.0 (2024-04-22) diff --git a/pyproject.toml b/pyproject.toml index cb8140b..09f9629 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tantri" -version = "1.0.0" +version = "1.0.1" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"