From 0164b5426d00ad2847efe463e87db1a222adae91 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 12 Jan 2023 16:36:35 -0700 Subject: [PATCH] Updated version in __init__.py --- ogcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogcore/__init__.py b/ogcore/__init__.py index 7735c15c4..c7a0d5187 100644 --- a/ogcore/__init__.py +++ b/ogcore/__init__.py @@ -19,4 +19,4 @@ from ogcore.txfunc import * from ogcore.utils import * -__version__ = "0.10.1" +__version__ = "0.10.2"