Skip to content

Commit b2cff23

Browse files
authored
Merge pull request #7 from cms-l1-globaltrigger/devel-0.13.x
0.13.0
2 parents faef04c + c7025a8 commit b2cff23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/install_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
env:
12-
VERSION: "0.12.0"
12+
VERSION: "0.13.0"
1313
USER: cms-l1-globaltrigger
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}

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/tm-python.git@0.12.0
17+
pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.13.0
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.12.0'
4+
UTM_VERSION = '0.13.0'
55
BASE_URL = 'https://github.com/cms-l1-globaltrigger'
66

77
def _version():

0 commit comments

Comments
 (0)