Skip to content

Commit bdc6c5b

Browse files
committed
version 0.8.1
1 parent 4030d37 commit bdc6c5b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# tm-python
22

3-
Meta package providing Python bindings for [tmTable](https://github.com/cms-l1-globaltrigger/tm-table), [tmGrammar](https://github.com/cms-l1-globaltrigger/tm-grammar) and [tmEventSetup](https://github.com/cms-l1-globaltrigger/tm-eventsetup).
3+
Meta package providing Python bindings for
4+
[tmTable](https://github.com/cms-l1-globaltrigger/tm-table),
5+
[tmGrammar](https://github.com/cms-l1-globaltrigger/tm-grammar) and
6+
[tmEventSetup](https://github.com/cms-l1-globaltrigger/tm-eventsetup).
47

58
## Install instructions
69

@@ -11,5 +14,5 @@ Note that `pip` >= 19.0 is required.
1114

1215
```bash
1316
pip install --upgrade pip
14-
pip install git+https://github.com/cms-l1-globaltrigger/[email protected].0
17+
pip install git+https://github.com/cms-l1-globaltrigger/[email protected].1
1518
```

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.0'
4+
UTM_VERSION = '0.8.1'
55

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

0 commit comments

Comments
 (0)