Skip to content

Commit

Permalink
Hotfix to update a few strings from 3.0.1 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasguan committed Feb 1, 2021
1 parent f8638dd commit 4aed4be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ Although CleverHans is likely to work on many other machine configurations, we
currently [test it](https://travis-ci.org/tensorflow/cleverhans) it with Python
3.5 and TensorFlow {1.8, 1.12} on Ubuntu 14.04.5 LTS (Trusty Tahr).
Support for Python 2.7 is deprecated.
CleverHans 3.0.1 supports Python 2.7 and the master branch is likely to
continue to work in Python 2.7 for some time, but we no longer run the tests
CleverHans 3.1.0 supports Python 2.7, but we no longer run the tests
in Python 2.7 and we do not plan to fix bugs affecting only Python 2.7 after
2019-07-04.
Support for TensorFlow prior to 1.12 is deprecated.
Expand Down Expand Up @@ -236,7 +235,7 @@ When reporting benchmarks, please:
* Report any configuration variables used to determine the behavior of the attack.

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

## Citing this work
Expand Down
2 changes: 1 addition & 1 deletion cleverhans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# If possible attach a hex digest to the version string to keep track of
# changes in the development branch
__version__ = append_dev_version('3.0.1')
__version__ = append_dev_version('3.1.0')
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from setuptools import setup

setup(name='cleverhans',
version='3.0.1',
url='https://github.com/tensorflow/cleverhans',
version='3.1.0',
url='https://github.com/cleverhans-lab/cleverhans/',
license='MIT',
install_requires=[
'nose',
Expand Down

0 comments on commit 4aed4be

Please sign in to comment.