Skip to content

Commit 217dca3

Browse files
committed
Release version v0.6.0
1 parent fc70fe2 commit 217dca3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

gpustat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The gpustat module.
33
"""
44

5-
__version__ = '0.6.0.dev0'
5+
__version__ = '0.6.0'
66

77
from .core import GPUStat, GPUStatCollection
88
from .core import new_query

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)