diff --git a/setup.py b/setup.py index 6c25f71..79ccfda 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='recipe-tagger', packages=find_packages(include=['recipe_tagger']), - version='0.2.0', + version='0.2.1', description='A library for tagging and classify recipes', author='Andrea Turconi', license='MIT',