We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0a960 commit 9ebf27dCopy full SHA for 9ebf27d
README.md
@@ -37,7 +37,7 @@ The format accepted by this parser is different in the following ways:
37
**Option 1**
38
39
```bash
40
-python3 -m pip install git+https://github.com/snkas/python-ortools-lp-parser
+python3 -m pip install git+https://github.com/snkas/python-ortools-lp-parser@v1.5.1
41
```
42
43
You can now include it using: `import ortoolslpparser`
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='ortoolslpparser',
21
- version='1.5.0',
+ version='1.5.1',
22
description='Python OR-Tools LP Parser (fan-written)',
23
license='Apache 2.0',
24
python_requires='>=3.7',
0 commit comments