Unverified Commit 867cc2df authored by msbaines's avatar msbaines Committed by GitHub
Browse files

[fix] make sure pip package includes header files (#221)

Fixes #190
parent 8b5b9540
......@@ -5,6 +5,10 @@ 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).
## [0.1.1] - 2020-12-01
### Fixed
- make sure pip package includes header files (#221)
## [0.1.0] - 2020-12-01
### Added
- ShardedDataParallel with autoreduce (#157)
......
include LICENSE
include requirements.txt
recursive-include fairscale *.h *.cuh
......@@ -3,7 +3,7 @@
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
__version__ = "0.1.0"
__version__ = "0.1.1"
################################################################################
# Import most common subpackages
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment