File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Changelog for `gpustat`
33
44## Unreleased
55
6+ ## [ v0.6.0] [ milestone-0.6 ] (2019/07/22)
7+
68[ milestone-0.6 ] : https://github.com/wookayin/gpustat/issues?q=milestone%3A0.6
79
810- [ Feature] Align query datetime in the header with respect to ` --gpuname-width ` parameter.
Original file line number Diff line number Diff line change 22The gpustat module.
33"""
44
5- __version__ = '0.6.0.dev0 '
5+ __version__ = '0.6.0'
66
77from .core import GPUStat , GPUStatCollection
88from .core import new_query
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def run(self):
7171 sys .exit (ret )
7272
7373 self .status ('Creating git tags ...' )
74- os .system ('git tag v{0}' .format (read_version () ))
74+ os .system ('git tag v{0}' .format (__version__ ))
7575 os .system ('git tag --list' )
7676 sys .exit ()
7777
You can’t perform that action at this time.
0 commit comments