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).
77
88``` bash
99pip 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
1111```
1212
1313## 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 44
55setup (
66 name = "tm-diff" ,
7- version = '0.7.0 ' ,
7+ version = '0.7.1 ' ,
88 url = "https://github.com/cms-l1-globaltrigger/tm-diff" ,
99 author = "Bernhard Arnold" ,
1010 author_email = "bernhard.arnold@cern.ch" ,
1111 description = "Compare the content of two XML trigger menus." ,
1212 long_description = long_description ,
1313 packages = ['tmDiff' ],
1414 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 ' ,
1616 ],
1717 entry_points = {
1818 '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