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 ",