Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hie committed Dec 23, 2018
1 parent 8fc0e7a commit 3d57c09
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,10 +2,10 @@

setup(
name='geosketch',
version='0.1',
version='0.1.1',
description='Geometry-preserving random sampling',
url='https://github.com/brianhie/geosketch',
download_url='https://github.com/brianhie/geosketch/archive/v0.1-alpha.tar.gz',
download_url='https://github.com/brianhie/geosketch/archive/v0.1.1-alpha.tar.gz',
packages=find_packages(exclude=['bin', 'conf', 'data', 'target', 'R']),
install_requires=[
'fbpca>=1.0',
Expand Down

0 comments on commit 3d57c09

Please sign in to comment.