Skip to content

Commit

Permalink
Merge pull request #169 from maciejkula/v0_1_5
Browse files Browse the repository at this point in the history
Bump version to 0.1.6.
  • Loading branch information
maciejkula committed Sep 8, 2019
2 parents a276a4d + 01db122 commit ddf77d4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ build: false

environment:
global:
REQUIREMENTS: "numpy scipy requests h5py scikit-learn pytest flake8 pytorch-cpu=1.10"
REQUIREMENTS: "numpy scipy requests h5py scikit-learn pytest flake8 pytorch-cpu=1.1.0"

matrix:
- PYTHON_VERSION: 3.6
- PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda3-x64


Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

Unreleased (unreleased)
v0.1.6 (2018-05-20)
-----------------------

Other
Expand Down
2 changes: 1 addition & 1 deletion docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Installation

.. code-block:: python
conda install -c maciejkula -c pytorch spotlight=0.1.5
conda install -c maciejkula -c pytorch spotlight
Usage
Expand Down
2 changes: 1 addition & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Installation

.. code-block:: python
conda install -c maciejkula -c pytorch spotlight=0.1.5
conda install -c maciejkula -c pytorch spotlight
Usage
Expand Down
2 changes: 1 addition & 1 deletion spotlight/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v0.1.5'
__version__ = 'v0.1.6'

0 comments on commit ddf77d4

Please sign in to comment.