Skip to content

Commit 4aed4be

Browse files
committed
Hotfix to update a few strings from 3.0.1 to 3.1.0
1 parent f8638dd commit 4aed4be

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ Although CleverHans is likely to work on many other machine configurations, we
133133
currently [test it](https://travis-ci.org/tensorflow/cleverhans) it with Python
134134
3.5 and TensorFlow {1.8, 1.12} on Ubuntu 14.04.5 LTS (Trusty Tahr).
135135
Support for Python 2.7 is deprecated.
136-
CleverHans 3.0.1 supports Python 2.7 and the master branch is likely to
137-
continue to work in Python 2.7 for some time, but we no longer run the tests
136+
CleverHans 3.1.0 supports Python 2.7, but we no longer run the tests
138137
in Python 2.7 and we do not plan to fix bugs affecting only Python 2.7 after
139138
2019-07-04.
140139
Support for TensorFlow prior to 1.12 is deprecated.
@@ -236,7 +235,7 @@ When reporting benchmarks, please:
236235
* Report any configuration variables used to determine the behavior of the attack.
237236

238237
For example, you might report "We benchmarked the robustness of our method to
239-
adversarial attack using v3.0.1 of CleverHans. On a test set modified by the
238+
adversarial attack using v3.1.0 of CleverHans. On a test set modified by the
240239
`FastGradientMethod` with a max-norm `eps` of 0.3, we obtained a test set accuracy of 71.3%."
241240

242241
## Citing this work

cleverhans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# If possible attach a hex digest to the version string to keep track of
55
# changes in the development branch
6-
__version__ = append_dev_version('3.0.1')
6+
__version__ = append_dev_version('3.1.0')

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from setuptools import setup
33

44
setup(name='cleverhans',
5-
version='3.0.1',
6-
url='https://github.com/tensorflow/cleverhans',
5+
version='3.1.0',
6+
url='https://github.com/cleverhans-lab/cleverhans/',
77
license='MIT',
88
install_requires=[
99
'nose',

0 commit comments

Comments
 (0)