From b67e0c58d4bfbb87d4998b427bdd030638efd111 Mon Sep 17 00:00:00 2001 From: Venkatesh Duppada Date: Thu, 31 Aug 2017 13:50:34 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cfc80d2..0cdfe3e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,7 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True -[bumpversion:file:setup.py] \ No newline at end of file +[bumpversion:file:setup.py] + diff --git a/setup.py b/setup.py index 4e7298e..763b383 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='EmoInt', - version='0.0.1', + version='0.0.2', description='Affective Computing', long_description=long_description, url='https://github.com/seernet/EmoInt',