Skip to content

Commit 4030d37

Browse files
committed
version 0.8.0
1 parent 6473da3 commit 4030d37

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

1212
```bash
1313
pip install --upgrade pip
14-
pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.7.5
14+
pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.8.0
1515
```

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.7.5'
4+
UTM_VERSION = '0.8.0'
55

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

0 commit comments

Comments
 (0)