Skip to content

Commit 7ecc2d7

Browse files
committed
bump to v1.10.0-release
1 parent 12f89bb commit 7ecc2d7

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
@@ -59,7 +59,7 @@
5959

6060
setup(
6161
name="accelerate",
62-
version="1.9.0.dev0",
62+
version="1.10.0.dev0",
6363
description="Accelerate",
6464
long_description=open("README.md", encoding="utf-8").read(),
6565
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.9.0.dev0"
14+
__version__ = "1.10.0.dev0"
1515

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

0 commit comments

Comments
 (0)