From fa82caa752b1daaf3a933b770f84cff11caa6776 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sun, 6 Mar 2022 17:31:47 -0600 Subject: [PATCH] chore(release): 0.3.4 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca0135..0cd7467 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.3.4](https://gitea.deepak.science:2222/physics/deepdog/compare/0.3.3...0.3.4) (2022-03-06) + + +### Features + +* Changes chunksize for multiprocessing ([0784cd5](https://gitea.deepak.science:2222/physics/deepdog/commit/0784cd53d79e00684506604f094b5d820b3994d4)) + ### [0.3.3](https://gitea.deepak.science:2222/physics/deepdog/compare/0.3.2...0.3.3) (2022-03-06) diff --git a/pyproject.toml b/pyproject.toml index ba28b3b..4e5cefc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepdog" -version = "0.3.3" +version = "0.3.4" description = "" authors = ["Deepak Mallubhotla "]