Skip to content

Commit

Permalink
version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RootHarold committed Apr 9, 2020
1 parent a9a9364 commit 7077665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LycorisR.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def version():
"""Returns the version information of Recommender."""

lycoris_version = Lycoris.version()
return "LycorisR 1.5.3 By RootHarold." + "\nPowered By " + lycoris_version[:-15] + "."
return "LycorisR 1.6.3 By RootHarold." + "\nPowered By " + lycoris_version[:-15] + "."

@staticmethod
def __check_config(config):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='LycorisR',
version='1.5.3',
version='1.6.3',
description="A lightweight recommendation algorithm framework based on LycorisNet.",
author="RootHarold",
author_email="[email protected]",
Expand Down

0 comments on commit 7077665

Please sign in to comment.