diff --git a/geosketch/__init__.py b/geosketch/__init__.py index 966f083..d5caecf 100644 --- a/geosketch/__init__.py +++ b/geosketch/__init__.py @@ -1,3 +1,3 @@ from .sketch import * -__version__ = '1.2' +__version__ = '1.3' diff --git a/setup.py b/setup.py index aac3365..bdd51eb 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ setup( name='geosketch', - version='1.2', + version='1.3', description='Geometry-preserving random sampling', url='https://github.com/brianhie/geosketch', - download_url='https://github.com/brianhie/geosketch/archive/v1.2.tar.gz', + download_url='https://github.com/brianhie/geosketch/archive/v1.3.tar.gz', packages=find_packages(exclude=['bin', 'conf', 'data', 'target', 'R']), install_requires=[ 'fbpca>=1.0',