Skip to content

Commit 32afaa4

Browse files
committedDec 6, 2024·
Release: v1.2.0
1 parent cb8b7c6 commit 32afaa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name="accelerate",
52-
version="1.2.0.dev0",
52+
version="1.2.0",
5353
description="Accelerate",
5454
long_description=open("README.md", encoding="utf-8").read(),
5555
long_description_content_type="text/markdown",

‎src/accelerate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
__version__ = "1.2.0.dev0"
14+
__version__ = "1.2.0"
1515

1616
from .accelerator import Accelerator
1717
from .big_modeling import (

0 commit comments

Comments
 (0)
Please sign in to comment.