From be6ee1c430124742fbd8d373895a4297fa7a9720 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 23 Apr 2020 14:42:43 +0200 Subject: [PATCH] Increase version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3adca667..5184d6fd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools.command.build_ext import build_ext from distutils.version import LooseVersion -ANURBS_VERSION = '0.9.0' +ANURBS_VERSION = '0.9.1' class CMakeExtension(Extension): def __init__(self, name, sourcedir=''):