diff --git a/AUTHORS.txt b/AUTHORS.txt index 7b33c59..314966b 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -14,3 +14,4 @@ Contributors - Yulli - samuelclay - Cleber J Santos +- samdobson diff --git a/CHANGES.txt b/CHANGES.txt index ad732c3..52ac792 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +Version 0.1.6 + + Python 3 compatibility thanks to Sambodson (https://github.com/samdobson) + Version 0.1.5 + Updated API diff --git a/dop/__init__.py b/dop/__init__.py index 07dacb0..46e193f 100644 --- a/dop/__init__.py +++ b/dop/__init__.py @@ -20,6 +20,6 @@ """ __title__ = 'dop' -__version__ = '0.1.5' +__version__ = '0.1.6' __author__ = 'Antonio H Montero' __license__ = 'MIT'