From 92b8b1decd31bf0507c6beb55a8063d6b413ecba Mon Sep 17 00:00:00 2001 From: nickcknapp Date: Tue, 25 Jan 2022 14:56:43 -0800 Subject: [PATCH] Release 0.10 Refs #52, #61, #63, #66 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb59c32..a77b3ce 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.9" +VERSION = "0.10" def get_long_description():