Skip to content

Commit

Permalink
update for release v0.0.7 (facebookresearch#129)
Browse files Browse the repository at this point in the history
* Update conf.py

* Update __init__.py

* Update CHANGELOG.md
  • Loading branch information
dianaml0 authored Nov 30, 2021
1 parent 861493c commit b0526ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## TBD
## [0.0.7] - 2021-11-30
### Fixed
- Dropout setting not properly passed in many attentions [#123]

Expand Down
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.6"
release = "0.0.7"


# -- 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.6"
__version__ = "0.0.7"

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

0 comments on commit b0526ee

Please sign in to comment.