Skip to content

Commit

Permalink
Merge pull request cleverhans-lab#914 from tensorflow/npapernot-v301
Browse files Browse the repository at this point in the history
v.3.0.1 readme
  • Loading branch information
npapernot authored Nov 27, 2018
2 parents 4429d37 + 08544d7 commit 8942bea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverHans (latest release: v3.0.0)
# CleverHans (latest release: v3.0.1)

<img src="https://github.com/tensorflow/cleverhans/blob/master/assets/logo.png?raw=true" alt="cleverhans logo">

Expand Down Expand Up @@ -189,7 +189,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.0 of CleverHans. On a test set modified by the
adversarial attack using v3.0.1 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.0.post0')
__version__ = append_dev_version('3.0.1')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

setup(name='cleverhans',
version='3.0.0.post0',
version='3.0.1',
url='https://github.com/tensorflow/cleverhans',
license='MIT',
install_requires=[
Expand Down

0 comments on commit 8942bea

Please sign in to comment.