Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyism committed Jul 10, 2021
1 parent 97f758e commit c5930b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
py-image-comparer
=================

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>`_

Installation
------------

Expand Down
2 changes: 1 addition & 1 deletion image_comparer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .compare import is_similar

__version__ = "1.0.0"
__version__ = "1.0.1"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from setuptools import find_packages, setup
import re

PACKAGE_NAME = "image-comparer"
PACKAGE_NAME_UNDERLINE = PACKAGE_NAME.replace("-", "_")
Expand Down

0 comments on commit c5930b0

Please sign in to comment.