Skip to content

Commit d2ced37

Browse files
committed
Release: v1.8.0
1 parent cac22ed commit d2ced37

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
@@ -58,7 +58,7 @@
5858

5959
setup(
6060
name="accelerate",
61-
version="1.8.0.dev0",
61+
version="1.8.0",
6262
description="Accelerate",
6363
long_description=open("README.md", encoding="utf-8").read(),
6464
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.8.0.dev0"
14+
__version__ = "1.8.0"
1515

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

0 commit comments

Comments
 (0)