From 7c13ace248cfc6c3cfdd9df94afc6dcbcb029c86 Mon Sep 17 00:00:00 2001 From: Masanori HIRANO Date: Mon, 26 Aug 2024 11:19:39 +0900 Subject: [PATCH] Bumping version from 0.21.1 to 0.22.0 (#628) (#629) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions --- pfhedge/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pfhedge/version.py b/pfhedge/version.py index 76f24586..5963297e 100644 --- a/pfhedge/version.py +++ b/pfhedge/version.py @@ -1 +1 @@ -__version__ = "0.21.1" +__version__ = "0.22.0" diff --git a/pyproject.toml b/pyproject.toml index 20e17934..1aa59659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfhedge" -version = "0.21.1" +version = "0.22.0" description = "Deep Hedging in PyTorch" authors = ["Shota Imaki ", "Masanori Hirano "] license = "MIT"