Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
davipatti committed Jul 11, 2018
1 parent 778aca1 commit 293e85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'0.1'
# The full version, including alpha/beta/rc tags
release = u'0.1.3'
release = u'0.1.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pymds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import as _
from .mds import DistanceMatrix, Projection

__version__ = '0.1.3'
__version__ = '0.1.4'

__all__ = ['__version__', 'DistanceMatrix', 'Projection']

0 comments on commit 293e85d

Please sign in to comment.