Skip to content

Commit

Permalink
[chore] release v0.0.13 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
blefaudeux authored Sep 26, 2022
1 parent e47c4d9 commit 1d31a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
author = "Facebook AI Research"

# The full version, including alpha/beta/rc tags
release = "0.0.13.dev"
release = "0.0.14.dev"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion xformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import torch

# Please update the doc version in docs/source/conf.py as well.
__version__ = "0.0.13.dev"
__version__ = "0.0.14.dev"

_is_sparse_available: bool = True
_is_triton_available: bool = torch.cuda.is_available()
Expand Down

0 comments on commit 1d31a3a

Please sign in to comment.