Skip to content

Commit

Permalink
push 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TaipanRex committed Nov 3, 2016
1 parent 3253069 commit 0e1a6b0
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 @@ -2,12 +2,12 @@
setup(
name = 'pyvisgraph',
packages = ['pyvisgraph'],
version = '0.1.3',
version = '0.1.4',
description = 'Given a set of simple obstacle polygons, build a visibility graph and find the shortest path between two points.',
author = 'Christian Reksten-Monsen',
author_email = 'christian@reksten-monsen.com',
url = 'https://github.com/TaipanRex/pyvisgraph',
download_url = 'https://github.com/TaipanRex/pyvisgraph/tarball/0.1.3',
download_url = 'https://github.com/TaipanRex/pyvisgraph/tarball/0.1.4',
keywords = ['visibility', 'graph', 'shortest'],
classifiers = [],
)

0 comments on commit 0e1a6b0

Please sign in to comment.