Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.2' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdpinch committed Dec 23, 2014
2 parents 4797aac + 63e813c commit b42f23d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.rst
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyLTI - LTI done right
=========================
:PyLTI: Python implementation of LTI
:Version: 0.3.1
:Version: 0.3.2
:Author: MIT Office of Digital Learning
:Homepage: https://odl.mit.edu
:License: BSD
Expand Down
2 changes: 1 addition & 1 deletion pylti/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
PyLTI is module that implements IMS LTI in python
The API uses decorators to wrap function with LTI functionality.
"""
VERSION = "0.3.1" # pragma: no cover
VERSION = "0.3.2" # pragma: no cover

0 comments on commit b42f23d

Please sign in to comment.