Skip to content

Commit

Permalink
Release version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Jul 22, 2019
1 parent fc70fe2 commit 217dca3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog for `gpustat`

## Unreleased

## [v0.6.0][milestone-0.6] (2019/07/22)

[milestone-0.6]: https://github.com/wookayin/gpustat/issues?q=milestone%3A0.6

- [Feature] Align query datetime in the header with respect to `--gpuname-width` parameter.
Expand Down
2 changes: 1 addition & 1 deletion gpustat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The gpustat module.
"""

__version__ = '0.6.0.dev0'
__version__ = '0.6.0'

from .core import GPUStat, GPUStatCollection
from .core import new_query
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run(self):
sys.exit(ret)

self.status('Creating git tags ...')
os.system('git tag v{0}'.format(read_version()))
os.system('git tag v{0}'.format(__version__))
os.system('git tag --list')
sys.exit()

Expand Down

0 comments on commit 217dca3

Please sign in to comment.