Skip to content
Snippets Groups Projects
Commit 8a0b56ef authored by Myle Ott's avatar Myle Ott
Browse files

v0.10.0 -> v0.10.1

Bug fixes
parent fb045021
No related branches found
Tags v0.10.1
No related merge requests found
......@@ -61,9 +61,9 @@ github_doc_root = "https://github.com/pytorch/fairseq/tree/master/docs/"
# built documents.
#
# The short X.Y version.
version = "0.10.0"
version = "0.10.1"
# The full version, including alpha/beta/rc tags.
release = "0.10.0"
release = "0.10.1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -3,6 +3,6 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
__version__ = "0.10.0"
__version__ = "0.10.1"
import examples.noisychannel # noqa
......@@ -5,7 +5,7 @@
"""isort:skip_file"""
__all__ = ["pdb"]
__version__ = "0.10.0"
__version__ = "0.10.1"
import sys
......
......@@ -135,7 +135,7 @@ if os.path.exists(os.path.join("fairseq", "model_parallel", "megatron", "mpu")):
def do_setup(package_data):
setup(
name="fairseq",
version="0.10.0",
version="0.10.1",
description="Facebook AI Research Sequence-to-Sequence Toolkit",
url="https://github.com/pytorch/fairseq",
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment