Skip to content

Commit

Permalink
Update version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anassinator committed Jul 8, 2018
1 parent 1a192ba commit 6aed952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Gaussian Process implementation."""

__version__ = "0.1.0"
__version__ = "0.1.2"

from . import kernels
from .models import GaussianProcess, MultiGaussianProcess
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import setup

__version__ = "0.1.0"
__version__ = "0.1.2"


def read(fname):
Expand Down

0 comments on commit 6aed952

Please sign in to comment.