Skip to content

Commit

Permalink
Merge pull request #95 from sgsellan:new-release-prep
Browse files Browse the repository at this point in the history
version bumps + prep for release
  • Loading branch information
sgsellan authored Oct 24, 2023
2 parents 56fc697 + 0eda2dc commit 7af2df5
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1.0'
__version__ = '0.2.0'


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

# This function depends on skimage
from .png2poly import png2poly
Expand Down Expand Up @@ -110,6 +110,7 @@
from .barycenters import barycenters
from .reach_for_the_spheres import reach_for_the_spheres
from .reach_for_the_spheres import reach_for_the_spheres_iteration
from .reach_for_the_spheres import ReachForTheSpheresState
from .cut_edges import cut_edges
from .biharmonic_energy import biharmonic_energy
from .biharmonic_energy_intrinsic import biharmonic_energy_intrinsic
Expand Down

0 comments on commit 7af2df5

Please sign in to comment.