Skip to content

Commit

Permalink
Refs #47 release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Feb 8, 2018
1 parent b54b674 commit fbade27
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.1.3 (2018-02-10)
------------------

* Bug in add_property

0.1.2 (2018-02-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion idpflex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Jose Borreguero"""
__email__ = '[email protected]'
__version__ = '0.1.2'
__version__ = '0.1.3'
1 change: 1 addition & 0 deletions idpflex/cnextend.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def add_property(self, a_property):
a property instance
"""
self._properties[a_property.name] = a_property
a_property.node = self

def distance_submatrix(self, dist_mat):
r"""Extract matrix of distances between leafs under the node.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='idpflex',
version='0.1.2',
version='0.1.3',
long_description=readme,
author="Jose Borreguero",
author_email='[email protected]',
Expand Down

0 comments on commit fbade27

Please sign in to comment.