From f775ed34c6239d94a1fef11621327a9f59a024fc Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Mon, 24 Jul 2023 02:04:42 -0500 Subject: [PATCH] chore(release): 0.7.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402d920..f0b9969 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.1](https://gitea.deepak.science:2222/physics/deepdog/compare/0.7.0...0.7.1) (2023-07-24) + + +### Features + +* adds subset simulation stuff ([33cab9a](https://gitea.deepak.science:2222/physics/deepdog/commit/33cab9ab4179cec13ae9e591a8ffc32df4dda989)) + ## [0.7.0](https://gitea.deepak.science:2222/physics/deepdog/compare/0.6.7...0.7.0) (2023-05-01) diff --git a/pyproject.toml b/pyproject.toml index f252cbd..75815ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepdog" -version = "0.7.0" +version = "0.7.1" description = "" authors = ["Deepak Mallubhotla "]