File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Install using pip (>= 19.0).
7
7
8
8
``` bash
9
9
pip install --upgrade pip
10
- pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.7.0
10
+ pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.7.1
11
11
```
12
12
13
13
## Basic usage
Original file line number Diff line number Diff line change 1
- tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.0
1
+ tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.2
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "tm-diff" ,
7
- version = '0.7.0 ' ,
7
+ version = '0.7.1 ' ,
8
8
url = "https://github.com/cms-l1-globaltrigger/tm-diff" ,
9
9
author = "Bernhard Arnold" ,
10
10
author_email = "bernhard.arnold@cern.ch" ,
11
11
description = "Compare the content of two XML trigger menus." ,
12
12
long_description = long_description ,
13
13
packages = ['tmDiff' ],
14
14
install_requires = [
15
- 'tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.0 ' ,
15
+ 'tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.2 ' ,
16
16
],
17
17
entry_points = {
18
18
'console_scripts' : [
Original file line number Diff line number Diff line change 1
- __version__ = '0.7.0 '
1
+ __version__ = '0.7.1 '
You can’t perform that action at this time.
0 commit comments