Skip to content

Commit

Permalink
bump version, seems stable so lets call it 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Jul 20, 2023
1 parent 65788b2 commit 568292a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion

__version__ = '0.0.8'
__version__ = '1.0.0'

class CMakeExtension(Extension):
def __init__(self, name, sourcedir='', exclude_arch=False):
Expand Down Expand Up @@ -92,7 +92,7 @@ def main():
name='potpourri3d',
version=__version__,
author='Nicholas Sharp',
author_email='[email protected]',
author_email='[email protected]',
url='https://github.com/nmwsharp/potpourri3d',
description='An invigorating blend of 3D geometry tools in Python.',
long_description=long_description,
Expand Down

0 comments on commit 568292a

Please sign in to comment.