Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from troopa81/master
Browse files Browse the repository at this point in the history
Update version to 0.0.3 in order to correct release zip
  • Loading branch information
vmora authored Feb 15, 2019
2 parents 870b670 + 34beb51 commit f553b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])

0 comments on commit f553b05

Please sign in to comment.