Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
airaria committed Dec 17, 2020
1 parent c7ef92e commit 6c9a21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name="textbrewer",
version="0.2.1",
version="0.2.1.post1",
author="ziqingyang",
author_email="[email protected]",
description="PyTorch-based knowledge distillation toolkit for natural language processing",
Expand Down
2 changes: 1 addition & 1 deletion src/textbrewer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.2.1.post1"

from .distillers import BasicTrainer
from .distillers import BasicDistiller
Expand Down

0 comments on commit 6c9a21b

Please sign in to comment.