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',