Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Gardner committed Dec 20, 2019
1 parent 1a644e3 commit 0317b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[settings]
known_third_party = gpytorch,matplotlib,numpy,pyro,setuptools,sphinx_rtd_theme,torch
known_third_party = matplotlib,numpy,pyro,setuptools,sphinx_rtd_theme,torch
2 changes: 1 addition & 1 deletion gpytorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from .mlls import ExactMarginalLogLikelihood
from .module import Module

__version__ = "0.3.6"
__version__ = "1.0.0"

__all__ = [
# Submodules
Expand Down

0 comments on commit 0317b12

Please sign in to comment.