From 4a63552129c3cb7d3b04a5664ac587deb5fc9e7c Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sun, 28 Apr 2024 21:29:24 -0500 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e53ad1..a9304ad 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.0](https://gitea.deepak.science:2222/physics/pdme/compare/0.9.3...1.0.0) (2024-04-29) + + +### Bug Fixes + +* fixes the broken implementation of the tarucha frequency calculation ([631ba13](https://gitea.deepak.science:2222/physics/pdme/commit/631ba13c791c71ad8922d39a13b780a40eac2391)) + ### [0.9.3](https://gitea.deepak.science:2222/physics/pdme/compare/0.9.2...0.9.3) (2024-02-26) diff --git a/pyproject.toml b/pyproject.toml index e56f008..53f01b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdme" -version = "0.9.3" +version = "1.0.0" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"