Skip to content

Commit

Permalink
Merge pull request #140 from sgsellan:path-032
Browse files Browse the repository at this point in the history
patch release
  • Loading branch information
sgsellan authored Jul 18, 2024
2 parents 5337e95 + 6567b8c commit b005d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion

__version__ = '0.3.1'
__version__ = '0.3.2'


class CMakeExtension(Extension):
Expand Down
2 changes: 1 addition & 1 deletion src/gpytoolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.1'
__version__ = '0.3.2'

# This function depends on skimage
from .png2poly import png2poly
Expand Down

0 comments on commit b005d32

Please sign in to comment.