Development on v4.5.0dev0

This commit is contained in:
Lysandre
2021-03-16 11:41:15 -04:00
parent c988db5af2
commit 1b5ce1e63b
16 changed files with 20 additions and 17 deletions

View File

@@ -26,7 +26,8 @@ author = u'huggingface'
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'4.4.0'
release = u'4.5.0.dev0'
# Prefix link to point to master, comment this during version release and uncomment below line
extlinks = {'prefix_link': ('https://github.com/huggingface/transformers/blob/master/%s', '')}