Skip to content

Commit 947f64e

Browse files
committed
Version update
1 parent 8330b37 commit 947f64e

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
@@ -48,7 +48,7 @@
4848

4949
setup(
5050
name="accelerate",
51-
version="0.32.0.dev0",
51+
version="0.33.0.dev0",
5252
description="Accelerate",
5353
long_description=open("README.md", encoding="utf-8").read(),
5454
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__ = "0.32.0.dev0"
14+
__version__ = "0.33.0.dev0"
1515

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

0 commit comments

Comments
 (0)