diff --git a/setup.py b/setup.py index d065565..d2f625c 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name = 'doc_transformers', # How you named your package folder (MyLib) packages = ['doc_transformers'], # Chose the same as "name" - version = '0.7', # Start with a small number and increase it with every change you make + version = '0.8', # Start with a small number and increase it with every change you make license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository description = 'Deep learning for document processing', # Give a short description about your library author = 'Vishnu N', # Type in your name author_email = 'vishnunkumar25@gmail.com', # Type in your E-Mail url = 'https://github.com/Vishnunkumar/doc_transformers/', # Provide either the link to your github or to your website - download_url ='https://github.com/Vishnunkumar/doc_transformers/archive/refs/tags/v-7.tar.gz', # I explain this later on + download_url ='https://github.com/Vishnunkumar/doc_transformers/archive/refs/tags/v-8.tar.gz', # I explain this later on keywords = ['Documents', 'Machine learning', 'NLP', 'Deep learning', 'Computer Vision'], # Keywords that define your package best install_requires = [ # I get to this in a second 'transformers',