Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.1.6. #169

Merged
merged 1 commit into from
Sep 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'