Skip to content

Commit 8a0b56e

Browse files
author
Myle Ott
committed
v0.10.0 -> v0.10.1
Bug fixes
1 parent fb04502 commit 8a0b56e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = "0.10.0"
64+
version = "0.10.1"
6565
# The full version, including alpha/beta/rc tags.
66-
release = "0.10.0"
66+
release = "0.10.1"
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

examples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
__version__ = "0.10.0"
6+
__version__ = "0.10.1"
77

88
import examples.noisychannel # noqa

fairseq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""isort:skip_file"""
66

77
__all__ = ["pdb"]
8-
__version__ = "0.10.0"
8+
__version__ = "0.10.1"
99

1010
import sys
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def include_dirs(self, dirs):
135135
def do_setup(package_data):
136136
setup(
137137
name="fairseq",
138-
version="0.10.0",
138+
version="0.10.1",
139139
description="Facebook AI Research Sequence-to-Sequence Toolkit",
140140
url="https://github.com/pytorch/fairseq",
141141
classifiers=[

0 commit comments

Comments
 (0)