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 66fd6fc commit 150cc38Copy full SHA for 150cc38
README.md
@@ -14,5 +14,5 @@ Note that `pip` >= 19.0 is required.
14
15
```bash
16
pip install --upgrade pip
17
-pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.8.2
+pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.9.1
18
```
setup.py
@@ -1,7 +1,7 @@
1
import sys
2
from setuptools import setup
3
4
-UTM_VERSION = '0.8.2'
+UTM_VERSION = '0.9.1'
5
6
def _version():
7
"""Returns major and minor interpreter version."""
0 commit comments