Skip to content

Commit

Permalink
bump version and change to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hie committed Jan 24, 2019
1 parent 53f2cd4 commit 2ca354f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

0 comments on commit 2ca354f

Please sign in to comment.