diff --git a/docs/conf.py b/docs/conf.py index 52971a27e7..cdc1b101e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = "0.9.0" +version = "0.10.0" # The full version, including alpha/beta/rc tags. -release = "0.9.0" +release = "0.10.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/examples/__init__.py b/examples/__init__.py index 9a6b08a75b..61b737996c 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -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.9.0" +__version__ = "0.10.0" import examples.noisychannel # noqa diff --git a/fairseq/__init__.py b/fairseq/__init__.py index cac3d0e43b..bc07e2c912 100644 --- a/fairseq/__init__.py +++ b/fairseq/__init__.py @@ -5,7 +5,7 @@ """isort:skip_file""" __all__ = ["pdb"] -__version__ = "1.0.0a0" +__version__ = "0.10.0" import sys diff --git a/setup.py b/setup.py index 13c92a5936..fd94edff8d 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ def include_dirs(self, dirs): def do_setup(package_data): setup( name="fairseq", - version="0.9.0", + version="0.10.0", description="Facebook AI Research Sequence-to-Sequence Toolkit", url="https://github.com/pytorch/fairseq", classifiers=[