From 36dc154295864967b87d8304a6197e80cfc2c212 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 10:39:13 +0900 Subject: [PATCH] bump version (#180) Co-authored-by: GitHub Actions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4df0eb3..e736671c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfhedge" -version = "0.7.3" +version = "0.7.4" description = "Deep Hedging in PyTorch" authors = ["Shota Imaki "] license = "MIT"