Skip to content

Commit 9cb1a6b

Browse files
committed
Release: v1.7.0
1 parent 97c93c4 commit 9cb1a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
setup(
5252
name="accelerate",
53-
version="1.7.0.dev0",
53+
version="1.7.0",
5454
description="Accelerate",
5555
long_description=open("README.md", encoding="utf-8").read(),
5656
long_description_content_type="text/markdown",

src/accelerate/__init__.py

Lines changed: 1 addition & 1 deletion
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.7.0.dev0"
14+
__version__ = "1.7.0"
1515

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

0 commit comments

Comments
 (0)