Skip to content

Commit

Permalink
Change VERSION to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Jan 8, 2021
1 parent 53636b2 commit f601539
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
4 changes: 2 additions & 2 deletions coordinator/gscoordinator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__version__ = fp.read().strip()
__version_tuple__ = (int(v) for v in __version__.split("."))
else:
__version__ = "0.1.0"
__version_tuple__ = (0, 1, 0)
__version__ = "0.1.1"
__version_tuple__ = (0, 1, 1)

del version_file_path
4 changes: 2 additions & 2 deletions python/graphscope/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__version__ = fp.read().strip()
__version_tuple__ = (int(v) for v in __version__.split("."))
else:
__version__ = "0.1.0"
__version_tuple__ = (0, 1, 0)
__version__ = "0.1.1"
__version_tuple__ = (0, 1, 1)

del version_file_path

0 comments on commit f601539

Please sign in to comment.