From 8ac03f5e01f86accc35d2c16386db9c62935e394 Mon Sep 17 00:00:00 2001 From: Matthew Sedam Date: Thu, 19 Jul 2018 10:44:10 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 219703f347..14165ba572 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='adlib', - version='1.0.0', + version='1.0.2', description='Game-theoretic adversarial machine learning library providing ' 'a set of learner and adversary modules.', url='https://github.com/vu-aml/adlib',