Skip to content

Commit

Permalink
Bump version to v0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkula committed Dec 14, 2017
1 parent b54f225 commit 05ef367
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.3 (2017-12-14)
-----------------------

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

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

.. code-block:: python
conda install -c maciejkula -c pytorch spotlight=0.1.2
conda install -c maciejkula -c pytorch spotlight=0.1.3
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.2'
__version__ = 'v0.1.3'

0 comments on commit 05ef367

Please sign in to comment.