From 59f91d1ed671c56be55357401e95db9cbf6bd175 Mon Sep 17 00:00:00 2001 From: KohlerHECTOR Date: Sat, 13 Jul 2024 12:48:01 +0200 Subject: [PATCH] New version with DAgger. --- README.md | 2 +- docs/conf.py | 2 +- docs/usage.md | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fbb066..16ecbce 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In the provided ```ObliqueDTPolicy``` class, the method get_oblique_data generat # Usage ```bash -pip install git+https://github.com/KohlerHECTOR/interpreter-py.git@v0.1.4 +pip install git+https://github.com/KohlerHECTOR/interpreter-py.git@v0.1.5 ``` ```python diff --git a/docs/conf.py b/docs/conf.py index 390a383..cd3acfd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "interpreter" copyright = "2024, Hector Kohler" author = "Hector Kohler" -release = "0.1.4" +release = "0.1.5" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/usage.md b/docs/usage.md index 8a50df8..e9096c8 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,6 +1,6 @@ ## Installation ```bash -pip install git+https://github.com/KohlerHECTOR/interpreter-py.git@v0.1.4 +pip install git+https://github.com/KohlerHECTOR/interpreter-py.git@v0.1.5 ``` diff --git a/setup.py b/setup.py index 02a81bc..98a12a9 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = "0.1.4" +__version__ = "0.1.5" packages = find_packages( exclude=[