From 98cb098839bf867ad08ba6d733f954e32ae6bf62 Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Tue, 28 Sep 2021 12:12:32 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd8c6d01..9883d098 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ MAJOR = 0 MINOR = 16 -MICRO = 0 +MICRO = 2 ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)