File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 0.8.0
1+ 0.9.0.dev0
Original file line number Diff line number Diff line change 66
77cmake_minimum_required (VERSION 3.21.0 )
88
9- project (fairseq2n VERSION 0.8 .0 LANGUAGES C CXX )
9+ project (fairseq2n VERSION 0.9 .0 LANGUAGES C CXX )
1010
1111if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES )
1212 set_property (CACHE CMAKE_BUILD_TYPE PROPERTY VALUE RelWithDebInfo )
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def get_inputs(self) -> list[str]:
136136 "install_cmake" : install_cmake ,
137137 },
138138 name = "fairseq2n" ,
139- version = "0.8.0 " ,
139+ version = "0.9.0.dev0 " ,
140140 description = "FAIR Sequence Modeling Toolkit (Native)" ,
141141 long_description = "https://github.com/facebookresearch/fairseq2" ,
142142 long_description_content_type = "text/plain" ,
Original file line number Diff line number Diff line change 66
77from __future__ import annotations
88
9- __version__ = "0.8.0 "
9+ __version__ = "0.9.0.dev0 "
1010
1111import platform
1212import site
Original file line number Diff line number Diff line change 88
99from setuptools import find_namespace_packages , setup
1010
11- version = "0.8.0 "
11+ version = "0.9.0.dev0 "
1212
1313# If this is a local development install, allow nightly fairseq2n builds to
1414# take precedence.
Original file line number Diff line number Diff line change 1414from fairseq2 .error import InvalidOperationError
1515from fairseq2 .runtime .dependency import DependencyContainer , DependencyResolver
1616
17- __version__ = "0.8.0 "
17+ __version__ = "0.9.0.dev0 "
1818
1919
2020_in_call : bool = False
You can’t perform that action at this time.
0 commit comments