diff --git a/docs/_static/versions.json b/docs/_static/versions.json index 431f8c32..3b462894 100644 --- a/docs/_static/versions.json +++ b/docs/_static/versions.json @@ -1,6 +1,7 @@ { "development": "dev", "stable": "stable", + "0.0.6": "0.0.6", "0.0.5": "0.0.5", "0.0.4": "0.0.4", "0.0.3": "0.0.3", diff --git a/zero/__init__.py b/zero/__init__.py index cce822a6..1c05b586 100644 --- a/zero/__init__.py +++ b/zero/__init__.py @@ -1,5 +1,5 @@ """A zero-overhead library for PyTorch users.""" -__version__ = '0.0.7.dev0' +__version__ = '0.0.7' from . import data # noqa from . import hardware # noqa