From eb080fed02db532ff016166e89e47d61c141c457 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 26 May 2022 12:53:15 -0500 Subject: [PATCH] chore(release): 0.8.4 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073dd42..b9c83bc 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. +### [0.8.4](https://gitea.deepak.science:2222/physics/pdme/compare/0.8.3...0.8.4) (2022-05-26) + + +### Bug Fixes + +* probability of occupancy fixed ([01f905a](https://gitea.deepak.science:2222/physics/pdme/commit/01f905a237a2423f5637ee6a0f43e0937c55d2ea)) + ### [0.8.3](https://gitea.deepak.science:2222/physics/pdme/compare/0.8.2...0.8.3) (2022-05-22) diff --git a/pyproject.toml b/pyproject.toml index 778f197..fde3a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdme" -version = "0.8.3" +version = "0.8.4" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"