From e65ccdec6cf76334ebb6dfcb053757aca855cdc8 Mon Sep 17 00:00:00 2001 From: Jesse Swanson Date: Wed, 7 Oct 2020 12:54:28 -0700 Subject: [PATCH] Release: v2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c382eaea7..9309f3a7b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ """ Simple check list from huggingface/transformers repo: https://github.com/huggingface/transformers/blob/master/setup.py To create the package for pypi. -1. Change the version in __init__.py, setup.py and docs (if applicable). +1. Change the version in setup.py and docs (if applicable). 2. Unpin specific versions from setup.py. 2. Commit these changes with the message: "Release: VERSION" 3. Add a tag in git to mark the release: "git tag VERSION -m'Adds tag VERSION for pypi' "