Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Beroiz committed Mar 21, 2017
1 parent 9ab544a commit c70d0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ois.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
University of Texas at San Antonio
"""

__version__ = '0.1.1'
__version__ = '0.1.2'

import numpy as np
from scipy import signal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
extra_compile_args=["-std=c99"])

setup(name='ois',
version='0.1.1',
version='0.1.2',
description='Optimal Image Subtraction',
author='Martin Beroiz',
author_email='[email protected]',
Expand Down

0 comments on commit c70d0fa

Please sign in to comment.