Skip to content

Commit aadef5b

Browse files
authored
Merge pull request #4 from cms-l1-globaltrigger/devel-0.11.x
0.11.1
2 parents 172daa5 + d506b51 commit aadef5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/install_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
env:
12-
VERSION: "0.11.0"
12+
VERSION: "0.11.1"
1313
USER: cms-l1-globaltrigger
1414
strategy:
1515
matrix:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Note that `pip` >= 19.0 is required.
1414

1515
```bash
1616
pip install --upgrade pip
17-
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
1818
```

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.11.0'
4+
UTM_VERSION = '0.11.1'
55
BASE_URL = 'https://github.com/cms-l1-globaltrigger'
66

77
def _version():

0 commit comments

Comments
 (0)