Skip to content

Commit

Permalink
new version (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsellan authored Jun 5, 2024
1 parent 42b666c commit daec97e
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.2.0'
__version__ = '0.3.0'


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.2.0'
__version__ = '0.3.0'

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

0 comments on commit daec97e

Please sign in to comment.