diff --git a/setup.py b/setup.py index 646e54c..b3002e1 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ sources = ['fourmy/_fourmy.cc']) setup (name = 'fourmy', - version = '0.0.1', + version = '0.0.3', description = 'Some functions from CGAL for GIS, it does not aim to become full CGAL bindings. The interface is modeled after shapely.', ext_modules = [mymodule], packages=['fourmy'])