diff --git a/setup.py b/setup.py index f664654e4..fad1a486f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="gpytorch", - version="0.1.0.rc4", + version="0.1.0.rc5", description="An implementation of Gaussian Processes in Pytorch", url="https://gpytorch.ai", author="Jake Gardner, Geoff Pleiss",