diff --git a/CHANGES.txt b/CHANGES.txt index a5b1c7a..d500d58 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +v0.1.0, 2018-04-25 + 3b3132e improve native install + d461169 create mechanism to install pluck on native types + 304f284 handle multi-handle set plucks + 787773f break out pluckable and mixin tests, expand coverage + 62a68ac break up functionality better + 300d4af humanize data + c3eeb61 improved list like handling + 10c1abe Update README.md v0.0.2, 2018-04-25 1062bd9 type check e517d98 gc diff --git a/pluckit/__init__.py b/pluckit/__init__.py index cc40716..96dd176 100644 --- a/pluckit/__init__.py +++ b/pluckit/__init__.py @@ -1,5 +1,5 @@ __author__ = 'dpepper' -__version__ = '0.0.2' +__version__ = '0.1.0' from .pluck import pluck diff --git a/setup.py b/setup.py index df6bd46..8919391 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ """ __author__ = 'dpepper' -__version__ = '0.0.2' +__version__ = '0.1.0' import setuptools import unittest