Skip to content

Commit cf9e62e

Browse files
committed
using utm 0.8.2
1 parent f7e723c commit cf9e62e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.7.0
10+
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.7.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.8.0
1+
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
setup(
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': [

tmDiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.7.0'
1+
__version__ = '0.7.1'

0 commit comments

Comments
 (0)