From 62b007e47cf7cb03fcbcc0022a2624428cc95228 Mon Sep 17 00:00:00 2001 From: Pete Favelle Date: Sun, 5 May 2024 16:22:56 +0100 Subject: [PATCH] Updated version number to reflect release --- enviro/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enviro/constants.py b/enviro/constants.py index 78cfe8b..874b06f 100644 --- a/enviro/constants.py +++ b/enviro/constants.py @@ -1,5 +1,5 @@ # version -ENVIRO_VERSION = "0.0.10" +ENVIRO_VERSION = "0.2.0" # modules ENVIRO_UNKNOWN = None