We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 172daa5 + d506b51 commit aadef5bCopy full SHA for aadef5b
3 files changed
.github/workflows/install_wheels.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
env:
12
- VERSION: "0.11.0"
+ VERSION: "0.11.1"
13
USER: cms-l1-globaltrigger
14
strategy:
15
matrix:
README.md
@@ -14,5 +14,5 @@ Note that `pip` >= 19.0 is required.
```bash
16
pip install --upgrade pip
17
-pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.11.0
+pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.11.1
18
```
setup.py
@@ -1,7 +1,7 @@
1
import sys
2
from setuptools import setup
3
4
-UTM_VERSION = '0.11.0'
+UTM_VERSION = '0.11.1'
5
BASE_URL = 'https://github.com/cms-l1-globaltrigger'
6
7
def _version():
0 commit comments