From 778bb5a10cf4ac2b036b22a23af239b984914ccf Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Thu, 16 Jun 2022 16:14:12 +1000 Subject: [PATCH] REL: v0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a775950..8e1fb93 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ MAJOR = 0 MINOR = 0 MICRO = 3 -ISRELEASED = False +ISRELEASED = True VERSION = f"{MAJOR}.{MINOR}.{MICRO}"