Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFillion committed Feb 17, 2020
1 parent c201818 commit 3234281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
setup(
name = 'happytransformer',
packages = ['happytransformer',],
version = '1.0.5-alpha',
version = '1.1.0',
license='Apache 2.0',
description = "Happy Transformer is an API built on top of PyTorch's transformer library that makes it easy to utilize state-of-the-art NLP models.",
long_description= readme,
long_description_content_type='text/markdown',
author = "The Happy Transformer Development Team",
author_email = 'happytransformer@gmail.com',
url = 'https://github.com/EricFillion/happy-transformer',
download_url = 'https://github.com/EricFillion/happy-transformer/archive/1.0.5-alpha.tar.gz',
download_url = 'https://github.com/EricFillion/happy-transformer/archive/1.1.0.tar.gz',
keywords = ['bert', 'roberta', 'xlnet', "word",'prediction' "masked", "transformer", "happy", "HappyTransformer", "binary", "sequence", "classification", "pytorch", "nlp", "nlu", "natural", "language", "processing", "understanding"],


Expand Down

0 comments on commit 3234281

Please sign in to comment.