Skip to content

Commit

Permalink
Define MANIFEST.in to include requirements.txt in pypi bundle. Increm…
Browse files Browse the repository at this point in the history
…ent the version.

PiperOrigin-RevId: 365037116
  • Loading branch information
hbq1 authored and OptaxDev committed Mar 26, 2021
1 parent 0bd9c65 commit 4d28753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include LICENSE
include requirements/*
2 changes: 1 addition & 1 deletion optax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
from optax._src.wrappers import MultiSteps
from optax._src.wrappers import MultiStepsState

__version__ = "0.0.5"
__version__ = "0.0.6"

__all__ = (
"adabelief",
Expand Down

0 comments on commit 4d28753

Please sign in to comment.