We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3169339 commit 587bc68Copy full SHA for 587bc68
setup.py
@@ -49,7 +49,7 @@
49
50
setup(
51
name="accelerate",
52
- version="1.6.0.dev0",
+ version="1.6.0",
53
description="Accelerate",
54
long_description=open("README.md", encoding="utf-8").read(),
55
long_description_content_type="text/markdown",
src/accelerate/__init__.py
@@ -11,7 +11,7 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-__version__ = "1.6.0.dev0"
+__version__ = "1.6.0"
15
16
from .accelerator import Accelerator
17
from .big_modeling import (
0 commit comments