Skip to content

Commit 6473da3

Browse files
committed
version 0.7.5
1 parent f847c7d commit 6473da3

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/[email protected].4
14+
pip install git+https://github.com/cms-l1-globaltrigger/[email protected].5
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.4'
4+
UTM_VERSION = '0.7.5'
55

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

0 commit comments

Comments
 (0)