Skip to content

Commit

Permalink
version: 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura52 committed Jul 3, 2021
1 parent 811d39b commit 9be6163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_static/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"development": "dev",
"stable": "stable",
"0.0.4": "0.0.4",
"0.0.3": "0.0.3",
"0.0.3.dev7": "0.0.3.dev7"
}
2 changes: 1 addition & 1 deletion zero/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A zero-overhead library for PyTorch users."""
__version__ = '0.0.5.dev0'
__version__ = '0.0.5'

from . import data # noqa
from . import hardware # noqa
Expand Down

0 comments on commit 9be6163

Please sign in to comment.