Skip to content

Commit

Permalink
Merge pull request scikit-optimize#628 from betatim/v05-release
Browse files Browse the repository at this point in the history
[MRG] Bump version tags
  • Loading branch information
iaroslav-ai authored Feb 4, 2018
2 parents 20e46a7 + 08dbfdd commit 3a027c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@ Important links
Install
-------

The latest released version of scikit-optimize is v0.4, which you can install
The latest released version of scikit-optimize is v0.5, which you can install
with:
::

pip install numpy # explicitly install this first
pip install scikit-optimize

In addition there is a `conda-forge <https://conda-forge.org/>`_ package for
version 0.3 of scikit-optimize:
In addition there is a `conda-forge <https://conda-forge.org/>`_ package
of scikit-optimize:
::

conda install -c conda-forge scikit-optimize
Expand Down Expand Up @@ -99,7 +98,7 @@ Development

The library is still experimental and under heavy development. Checkout
the `next
milestone <https://github.com/scikit-optimize/scikit-optimize/milestone/5>`__
milestone <https://github.com/scikit-optimize/scikit-optimize/milestone/6>`__
for the plans for the next release or look at some `easy
issues <https://github.com/scikit-optimize/scikit-optimize/issues?q=is%3Aissue+is%3Aopen+label%3AEasy>`__
to get started contributing.
Expand Down
3 changes: 1 addition & 2 deletions skopt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
## Install
```
pip install numpy
pip install scikit-optimize
```
Expand Down Expand Up @@ -65,7 +64,7 @@ def f(x):
from .utils import expected_minimum
from .utils import load

__version__ = "0.4"
__version__ = "0.5"


__all__ = (
Expand Down

0 comments on commit 3a027c1

Please sign in to comment.