We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6473da3 commit 4030d37Copy full SHA for 4030d37
README.md
@@ -11,5 +11,5 @@ Note that `pip` >= 19.0 is required.
11
12
```bash
13
pip install --upgrade pip
14
-pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.7.5
+pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.8.0
15
```
setup.py
@@ -1,7 +1,7 @@
1
import sys
2
from setuptools import setup
3
4
-UTM_VERSION = '0.7.5'
+UTM_VERSION = '0.8.0'
5
6
def _version():
7
"""Returns major and minor interpreter version."""
0 commit comments