From 568292a2288fd3d91726ba0668b161aeeb5f722d Mon Sep 17 00:00:00 2001 From: Nicholas Sharp Date: Thu, 20 Jul 2023 10:27:00 -0700 Subject: [PATCH] bump version, seems stable so lets call it 1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 362c84c..76a002c 100644 --- a/setup.py +++ b/setup.py @@ -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): @@ -92,7 +92,7 @@ def main(): name='potpourri3d', version=__version__, author='Nicholas Sharp', - author_email='nsharp@cs.cmu.edu', + author_email='nmwsharp@gmail.com', url='https://github.com/nmwsharp/potpourri3d', description='An invigorating blend of 3D geometry tools in Python.', long_description=long_description,