Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/shenweichen/DeepMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoCai committed Apr 6, 2020
2 parents 0f01a9f + 4753cf4 commit c90bffd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deepmatch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .utils import check_version

__version__ = '0.0.0'
__version__ = '0.1.0'
check_version(__version__)
2 changes: 1 addition & 1 deletion docs/source/History.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# History
- 04/06/2020 : DeepMatch first version v0.0.0 is released on [PyPi](https://pypi.org/project/deepmatch/)
- 04/06/2020 : DeepMatch first version is released on [PyPi](https://pypi.org/project/deepmatch/)
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.0.0'
release = '0.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="deepmatch",
version="0.0.0",
version="0.1.0",
author="Weichen Shen",
author_email="[email protected]",
description="Deep matching model library for recommendations, advertising, and search. It's easy to train models and to **export representation vectors** for user and item which can be used for **ANN search**.",
Expand Down

0 comments on commit c90bffd

Please sign in to comment.