From 08544d7fb1fa4b08a4a3b33ac3f32c3c6b276216 Mon Sep 17 00:00:00 2001 From: Nicolas Papernot Date: Tue, 27 Nov 2018 08:57:27 -0800 Subject: [PATCH] init for v301 --- cleverhans/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleverhans/__init__.py b/cleverhans/__init__.py index 31d730e2e..ddfbed404 100644 --- a/cleverhans/__init__.py +++ b/cleverhans/__init__.py @@ -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')