From c71ead1ddee71d2ff991b6215ba29609db9df523 Mon Sep 17 00:00:00 2001 From: askeing Date: Thu, 7 Apr 2016 17:48:07 +0800 Subject: [PATCH] update to 0.0.2 --- HISTORY.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 = [ ]