From 9942d2cee2651da9472e2c0ba9474135ebe5a340 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 31 Mar 2022 02:43:17 -0600 Subject: [PATCH] Update version number 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 b017efa1a..7b894d6ac 100644 --- a/ogcore/__init__.py +++ b/ogcore/__init__.py @@ -19,4 +19,4 @@ from ogcore.txfunc import * from ogcore.utils import * -__version__ = '0.0.0' +__version__ = '0.8.0'