Skip to content

Commit 49a4554

Browse files
authored
Merge pull request #10 from cms-l1-globaltrigger/devel-0.8.x
0.8.1
2 parents b9ecd21 + ef1f240 commit 49a4554

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install flake8 pylint
30-
pip install -r requirements.txt
29+
python -m pip install flake8 pylint
30+
python -m pip install .
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Install using pip (>= 19.0).
77

88
```bash
99
pip install --upgrade pip
10-
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.8.0
10+
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.8.1
1111
```
1212

1313
## Basic usage

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.0
1+
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers =
1515
python_requires = >=3.6
1616
packages = find:
1717
install_requires =
18-
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.0
18+
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.1
1919
test_suite = tests
2020

2121
[options.packages.find]

tmDiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)