From ce90f6774b6b08a1baeca6435ac06119809d216e Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Wed, 28 Feb 2024 18:34:13 -0600 Subject: [PATCH] chore(release): 0.7.7 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1da25..17c00d7 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.7.7](https://gitea.deepak.science:2222/physics/deepdog/compare/0.7.6...0.7.7) (2024-02-29) + + +### Bug Fixes + +* fixes phase calculation issue with setting input array ([48e41cb](https://gitea.deepak.science:2222/physics/deepdog/commit/48e41cbd2c58d4c4d2747822d618d7d55257643d)) + ### [0.7.6](https://gitea.deepak.science:2222/physics/deepdog/compare/0.7.5...0.7.6) (2024-02-28) diff --git a/pyproject.toml b/pyproject.toml index 60d13ec..0828417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepdog" -version = "0.7.6" +version = "0.7.7" description = "" authors = ["Deepak Mallubhotla "]