From 021aca8f979d884b7e21c818fb7542422ef40c4b Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sat, 15 Sep 2018 03:34:04 +0530 Subject: [PATCH] Update __version__.py --- camelot/__version__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/camelot/__version__.py b/camelot/__version__.py index b794fd4..7341562 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1 +1,3 @@ -__version__ = '0.1.0' +VERSION = (0, 1, 0) + +__version__ = '.'.join(map(str, VERSION))