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