Skip to content

Commit

Permalink
bugfixes 031 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsellan authored Jun 23, 2024
1 parent 6e4be46 commit 478f595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0'
__version__ = '0.3.1'


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.0'
__version__ = '0.3.1'

# This function depends on skimage
from .png2poly import png2poly
Expand Down
2 changes: 1 addition & 1 deletion src/gpytoolbox/regular_circle_polyline.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np

def regular_circle_polyline(n):
"""Triangle mesh of a square
"""Create a circle polyline
Generates a regular polyline of a circle with radius 1 centered at the origin.
Expand Down

0 comments on commit 478f595

Please sign in to comment.