Skip to content

Commit

Permalink
dev2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Beroiz committed May 31, 2017
1 parent ce921b4 commit b43460c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astroalign.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import numpy as _np

__version__ = '1.0.dev1'
__version__ = '1.0.dev2'

from skimage.transform import estimate_transform
from skimage.transform import matrix_transform # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='astroalign',
version='1.0.dev1',
version='1.0.dev2',
description='Astrometric Alignment of Images',
author='Martin Beroiz',
author_email='[email protected]',
Expand Down

0 comments on commit b43460c

Please sign in to comment.