From 94088cdf46ec8a3b8aaf3f81640fd3794be962c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:07:44 +0900 Subject: [PATCH] Bumping version from 0.22.0 to 0.23.0 (#635) 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 5963297e..8b301a77 100644 --- a/pfhedge/version.py +++ b/pfhedge/version.py @@ -1 +1 @@ -__version__ = "0.22.0" +__version__ = "0.23.0" diff --git a/pyproject.toml b/pyproject.toml index a0eba0d8..b3fd36e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfhedge" -version = "0.22.0" +version = "0.23.0" description = "Deep Hedging in PyTorch" authors = ["Shota Imaki ", "Masanori Hirano "] license = "MIT"