diff --git a/Update Records.md b/Update Records.md index 0199aec0..2c24f87a 100644 --- a/Update Records.md +++ b/Update Records.md @@ -131,7 +131,7 @@ -### v2.10.1 +### v2.10.2 * ``TPGD``: Faster computation * ``Attack``: ``save`` method is changed. \ No newline at end of file diff --git a/torchattacks/__init__.py b/torchattacks/__init__.py index 78e2aec9..4dea9e04 100644 --- a/torchattacks/__init__.py +++ b/torchattacks/__init__.py @@ -12,4 +12,4 @@ from .attacks.vanila import VANILA from .attacks.gn import GN -__version__ = 2.10.1 \ No newline at end of file +__version__ = '2.10.2' \ No newline at end of file