Skip to content

Commit 91b5163

Browse files
dulinrileymeta-codesync[bot]
authored andcommitted
Bump nightlies to 0.6.0 (#3972)
Summary: Pull Request resolved: #3972 Now that 0.5.0 is cut, bump nightly build versions to 0.6.0 Reviewed By: johnwhumphreys Differential Revision: D105759264 fbshipit-source-id: c6ceea01a4db55676a81c95e8cb1df404a0c7d4e
1 parent 4588668 commit 91b5163

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if [ -n "${{ inputs.version }}" ]; then
9090
export MONARCH_VERSION="${{ inputs.version }}"
9191
else
92-
export MONARCH_VERSION=0.5.0.dev$(date +'%Y%m%d')
92+
export MONARCH_VERSION=0.6.0.dev$(date +'%Y%m%d')
9393
fi
9494
python setup.py bdist_wheel
9595

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if [ -n "${{ inputs.version }}" ]; then
7070
export MONARCH_VERSION="${{ inputs.version }}"
7171
else
72-
export MONARCH_VERSION=0.5.0.dev$(date +'%Y%m%d')
72+
export MONARCH_VERSION=0.6.0.dev$(date +'%Y%m%d')
7373
fi
7474
7575
python setup.py bdist_wheel

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: docker/setup-buildx-action@v3
117117

118118
- name: Get tag for publishing
119-
run: echo "DOCKER_TAG=0.5.0.dev$(date +'%Y%m%d')-cuda12.6" >> $GITHUB_ENV
119+
run: echo "DOCKER_TAG=0.6.0.dev$(date +'%Y%m%d')-cuda12.6" >> $GITHUB_ENV
120120

121121
- name: Build and push Docker image
122122
uses: docker/build-push-action@v6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def run(self):
505505

506506
# Actual Setup
507507
package_name = os.environ.get("MONARCH_PACKAGE_NAME", "torchmonarch")
508-
package_version = os.environ.get("MONARCH_VERSION", "0.5.0.dev0")
508+
package_version = os.environ.get("MONARCH_VERSION", "0.6.0.dev0")
509509

510510
setup(
511511
name=package_name,

0 commit comments

Comments
 (0)