Skip to content

Commit

Permalink
Update version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y authored Nov 27, 2024
1 parent 9997738 commit aa474eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_warmup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .untuned import UntunedLinearWarmup, UntunedExponentialWarmup
from .radam import RAdamWarmup, rho_fn, rho_inf_fn, get_offset

__version__ = "0.2.0.dev0"
__version__ = "0.3.0.dev0"

__all__ = [
'BaseWarmup',
Expand Down

0 comments on commit aa474eb

Please sign in to comment.