Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewilyas committed Aug 12, 2020
1 parent 18bf5f0 commit 219dff1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ upcoming code releases. A few projects using the library include:
"Image Synthesis with a Single (Robust) Classifier" <https://github.com/MadryLab/robustness_applications>`_ (https://arxiv.org/abs/1906.09453)
- `Code for
"Do Adversarially Robust ImageNet Models Transfer Better?" <https://github.com/microsoft/robust-models-transfer>`_ (https://arxiv.org/abs/2007.08489)
- `Code for
"BREEDS: Benchmarks for Subpopulation Shift"
<https://github.com/MadryLab/BREEDS-Benchmarks>`_ (https://arxiv.org/abs/2008.04859)

We
demonstrate how to use the library in a set of walkthroughs and our API
Expand Down
2 changes: 1 addition & 1 deletion robustness/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "robustness"
__version__ = "1.2.1"
__version__ = "1.2.1.post1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.1',
version='1.2.1.post1',

description='Tools for Robustness',
long_description=long_description,
Expand Down

0 comments on commit 219dff1

Please sign in to comment.