Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhie committed Oct 29, 2024
1 parent 51c0764 commit 73d6f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geosketch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .sketch import *

__version__ = '1.2'
__version__ = '1.3'
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='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',
Expand Down

0 comments on commit 73d6f4f

Please sign in to comment.