diff --git a/HISTORY.rst b/HISTORY.rst index 0b17c05..9eba2e3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ Release History --------------- +0.0.2 (2016-04-07) +++++++++++++++++++ +- Support file and dict obj + 0.0.1 (2016-04-07) ++++++++++++++++++ - Initiate the project diff --git a/setup.py b/setup.py index 9a3919b..e930804 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '0.0.1' +VERSION = '0.0.2' install_requires = [ ]