Skip to content

Commit c5930b0

Browse files
committed
Updated version
1 parent 97f758e commit c5930b0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
py-image-comparer
33
=================
44

5+
Compares two images using `Siamese Network <https://www.cs.cmu.edu/~rsalakhu/papers/oneshot1.pdf>`_ trained from a `Pytorch Implementation <https://github.com/joeyism/siamese-pytorch>`_
6+
57
Installation
68
------------
79

image_comparer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .compare import is_similar
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from setuptools import find_packages, setup
2+
import re
23

34
PACKAGE_NAME = "image-comparer"
45
PACKAGE_NAME_UNDERLINE = PACKAGE_NAME.replace("-", "_")

0 commit comments

Comments
 (0)