Skip to content

Commit 0e33791

Browse files
committed
v0.1.7
1 parent 56dffff commit 0e33791

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ entropy_estimate = ndd.entropy(counts).
99
# Obtaining the source
1010

1111
All **ndd** source code is hosted on Github.
12-
You can download the latest version of the code using [this link](https://github.com/simomarsili/ndd/archive/v0.1.6.zip).
12+
You can download the latest version of the code using [this link](https://github.com/simomarsili/ndd/archive/v0.1.7.zip).
1313

1414
# Prerequisites
1515

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION="v0.1.6"
1+
VERSION="v0.1.7"

ndd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__copyright__ = "Copyright (C) 2016 Simone Marsili"
2828
__license__ = "BSD 3 clause"
29-
__version__ = "v0.1.6"
29+
__version__ = "v0.1.7"
3030
__author__ = "Simone Marsili ([email protected])"
3131
__all__ = ['entropy','histogram']
3232
import numpy as np

0 commit comments

Comments
 (0)