diff --git a/README.rst b/README.rst index f8773d1..99ff985 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,9 @@ upcoming code releases. A few projects using the library include: "Image Synthesis with a Single (Robust) Classifier" `_ (https://arxiv.org/abs/1906.09453) - `Code for "Do Adversarially Robust ImageNet Models Transfer Better?" `_ (https://arxiv.org/abs/2007.08489) +- `Code for + "BREEDS: Benchmarks for Subpopulation Shift" + `_ (https://arxiv.org/abs/2008.04859) We demonstrate how to use the library in a set of walkthroughs and our API diff --git a/robustness/__init__.py b/robustness/__init__.py index c032634..fe3dca6 100644 --- a/robustness/__init__.py +++ b/robustness/__init__.py @@ -1,2 +1,2 @@ name = "robustness" -__version__ = "1.2.1" +__version__ = "1.2.1.post1" diff --git a/setup.py b/setup.py index 0f0f52b..6fe2cdf 100644 --- a/setup.py +++ b/setup.py @@ -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,