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

Commit

Permalink
Update version to 0.0.3 in order to correct release zip (version is 0…
Browse files Browse the repository at this point in the history
….0.1 in 0.0.2 zip)
  • Loading branch information
troopa81 committed Feb 14, 2019
1 parent 870b670 commit 34beb51
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 34beb51

Please sign in to comment.