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