diff --git a/camelot/__version__.py b/camelot/__version__.py index e424199..855e8c8 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 2, 0) +VERSION = (0, 2, 1) __title__ = 'camelot-py' __description__ = 'PDF Table Extraction for Humans.'