Skip to content

Commit 68d7c37

Browse files
committed
Update setup.py for pip release of v2.0
Signed-off-by: Niranjhana Narayanan <[email protected]>
1 parent bf7288c commit 68d7c37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ details on how TensorFI works, how to use or modify it for your purposes,
1212
how to contribute and licensing information, please refer our
1313
[Wiki](https://github.com/DependableSystemsLab/TensorFI/wiki).
1414

15-
If you find TensorFI useful, please cite the following paper: *TensorFI: A Flexible Fault Injection Framework for TensorFlow Applications, Zitao Chen, Niranjhana Narayanan, Bo Fang, Guanpeng Li, Karthik Pattabiraman, Nathan DeBardeleben, arXiv:2004.01743"
15+
If you find TensorFI useful, please cite the following paper: *"TensorFI: A Flexible Fault Injection Framework for TensorFlow Applications, Zitao Chen, Niranjhana Narayanan, Bo Fang, Guanpeng Li, Karthik Pattabiraman, Nathan DeBardeleben, arXiv:2004.01743".*
1616

17-
Find a copy of the TensorFI paper [here] (https://arxiv.org/abs/2004.01743).
17+
Find a copy of the TensorFI paper [here](https://arxiv.org/abs/2004.01743).
1818

1919

2020

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
setup(
77
name = 'TensorFI',
88
packages = ['TensorFI'],
9-
version = '1.0.0',
9+
version = '2.0.0',
1010
license='MIT',
1111
description = 'A fault injection tool for TensorFlow-based program',
1212
author = 'DependableSystemsLab',
1313
author_email = '[email protected]',
1414
url = 'https://github.com/DependableSystemsLab/TensorFI',
15-
download_url = 'https://github.com/DependableSystemsLab/TensorFI/archive/v1.0.0.tar.gz',
15+
download_url = 'https://github.com/DependableSystemsLab/TensorFI/archive/v2.0.0.tar.gz',
1616
long_description= "TensorFI is a fault injection framework for injecting both hardware and software faults into applications written using the TensorFlow framework. \
1717
Check the GitHub repo for more details",
1818
install_requires=[

0 commit comments

Comments
 (0)