Skip to content

Commit 9ebf27d

Browse files
committed
v1.5.1
1 parent ff0a960 commit 9ebf27d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The format accepted by this parser is different in the following ways:
3737
**Option 1**
3838

3939
```bash
40-
python3 -m pip install git+https://github.com/snkas/python-ortools-lp-parser
40+
python3 -m pip install git+https://github.com/snkas/python-ortools-lp-parser@v1.5.1
4141
```
4242

4343
You can now include it using: `import ortoolslpparser`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='ortoolslpparser',
21-
version='1.5.0',
21+
version='1.5.1',
2222
description='Python OR-Tools LP Parser (fan-written)',
2323
license='Apache 2.0',
2424
python_requires='>=3.7',

0 commit comments

Comments
 (0)