From 255bed92287ceda76fc2693011e0f1cda80e79a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Silvia=20Sell=C3=A1n?= Date: Fri, 22 Nov 2024 16:16:19 -0500 Subject: [PATCH] version --- setup.py | 2 +- src/gpytoolbox/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2191917..269a9b9 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools.command.build_ext import build_ext from distutils.version import LooseVersion -__version__ = '0.3.2' +__version__ = '0.3.3' class CMakeExtension(Extension): diff --git a/src/gpytoolbox/__init__.py b/src/gpytoolbox/__init__.py index fc6e3d2..2f30d7d 100644 --- a/src/gpytoolbox/__init__.py +++ b/src/gpytoolbox/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.3.2' +__version__ = '0.3.3' # This function depends on skimage from .png2poly import png2poly