Skip to content

Commit b0526ee

Browse files
authored
update for release v0.0.7 (#129)
* Update conf.py * Update __init__.py * Update CHANGELOG.md
1 parent 861493c commit b0526ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## TBD
7+
## [0.0.7] - 2021-11-30
88
### Fixed
99
- Dropout setting not properly passed in many attentions [#123]
1010

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
author = "Facebook AI Research"
3636

3737
# The full version, including alpha/beta/rc tags
38-
release = "0.0.6"
38+
release = "0.0.7"
3939

4040

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

xformers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import torch
99

1010
# Please update the doc version in docs/source/conf.py as well.
11-
__version__ = "0.0.6"
11+
__version__ = "0.0.7"
1212

1313
_is_sparse_available = True
1414
_is_triton_available = torch.cuda.is_available()

0 commit comments

Comments
 (0)