Skip to content

Commit

Permalink
New version with DAgger.
Browse files Browse the repository at this point in the history
  • Loading branch information
KohlerHECTOR committed Jul 13, 2024
1 parent 231b958 commit 59f91d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
@@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "0.1.4"
__version__ = "0.1.5"

packages = find_packages(
exclude=[
Expand Down

0 comments on commit 59f91d1

Please # to comment.