From 6a5c808c9430118f9d22f5ce3750213a736db2ca Mon Sep 17 00:00:00 2001 From: Dario d'Andrea <86766325+dariodandrea@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:37:23 +0200 Subject: [PATCH] Update pyproject.toml * change version number * update docs to publish to PyPI with poetry --- docs/src/installation.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/installation.rst b/docs/src/installation.rst index 5c064df..ed53fda 100644 --- a/docs/src/installation.rst +++ b/docs/src/installation.rst @@ -50,7 +50,7 @@ To create the file ``pybandits.whl`` for the installation with ``pip`` run the f .. code:: console - $ python setup.py sdist bdist_wheel + $ poetry publish --build To create the HTML documentation run the following commands: diff --git a/pyproject.toml b/pyproject.toml index 0d031a0..fbe0729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybandits" -version = "0.3.0" +version = "0.4.0" description = "Python Multi-Armed Bandit Library" authors = [ "Dario d'Andrea ",