From 1aee471f62dcaf1ee8fffaac33e90a7751bb7e14 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Wed, 29 Mar 2017 12:51:28 +0900 Subject: [PATCH] update (reverted from commit be2b0affffdb95f162747004506dee53bd7a3e13) --- TODO.md | 2 +- src/cchardet/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index bbfbc4c..b1d2058 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,3 @@ -- ~~Re-impletemt Detector class [#16](https://github.com/PyYoshi/cChardet/pull/16)~~ efd0e3f44422da70d35a4922afe7272a66f21bda +- Re-impletemt Detector class [#16](https://github.com/PyYoshi/cChardet/pull/16) - Implement cli tool (like chardet cli) - Improve docs diff --git a/src/cchardet/version.py b/src/cchardet/version.py index c56f62c..c76ca41 100644 --- a/src/cchardet/version.py +++ b/src/cchardet/version.py @@ -1 +1 @@ -__version__ = '2.0a3' +__version__ = '2.0a2'