Skip to content

Commit 66fd6fc

Browse files
committed
version 0.8.2
1 parent bdc6c5b commit 66fd6fc

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
@@ -14,5 +14,5 @@ Note that `pip` >= 19.0 is required.
1414

1515
```bash
1616
pip install --upgrade pip
17-
pip install git+https://github.com/cms-l1-globaltrigger/[email protected].1
17+
pip install git+https://github.com/cms-l1-globaltrigger/[email protected].2
1818
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
from setuptools import setup
33

4-
UTM_VERSION = '0.8.1'
4+
UTM_VERSION = '0.8.2'
55

66
def _version():
77
"""Returns major and minor interpreter version."""

0 commit comments

Comments
 (0)