Skip to content

Commit

Permalink
update UG for v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzhuan committed Oct 7, 2022
1 parent 7e43fe7 commit 15c856f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Doc/GPTune_UsersGuide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion GPTune/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (3, 0, 0)
VERSION = (4, 0, 0)

__version__ = '.'.join(map(str, VERSION))

Expand Down

0 comments on commit 15c856f

Please sign in to comment.