Skip to content

Commit e90b73c

Browse files
authored
Update setup.py
1 parent f6eb4dd commit e90b73c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name = 'transformerslite',
55
packages = ['transformerslite'],
6-
version = '1.0',
6+
version = '1.1',
77
license='MIT',
88
description = 'Process, Train and Deploy small transfomer models with less code',
99
author = 'Vishnu N',
1010
author_email = 'vishnunkumar25@gmail.com',
1111
url = 'https://github.com/Vishnunkumar/transformerslite',
12-
download_url ='https://github.com/Vishnunkumar/transformerslite/archive/refs/tags/v-1.0.tar.gz',
12+
download_url ='https://github.com/Vishnunkumar/transformerslite/archive/refs/tags/v-1.1.tar.gz',
1313
keywords = ['NLP', 'Deep learning', 'Transformers'],
1414
install_requires = [
1515
'transformers'

0 commit comments

Comments
 (0)