Skip to content

Commit 8942bea

Browse files
authored
Merge pull request #914 from tensorflow/npapernot-v301
v.3.0.1 readme
2 parents 4429d37 + 08544d7 commit 8942bea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverHans (latest release: v3.0.0)
1+
# CleverHans (latest release: v3.0.1)
22

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

@@ -189,7 +189,7 @@ When reporting benchmarks, please:
189189
* Report any configuration variables used to determine the behavior of the attack.
190190

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

195195
## 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.0.post0')
6+
__version__ = append_dev_version('3.0.1')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
setup(name='cleverhans',
5-
version='3.0.0.post0',
5+
version='3.0.1',
66
url='https://github.com/tensorflow/cleverhans',
77
license='MIT',
88
install_requires=[

0 commit comments

Comments
 (0)