Skip to content

Commit 74647f6

Browse files
committed
bump version to 0.0.0
1 parent 7292546 commit 74647f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
3939
# Build wheel
4040
export MONARCH_PACKAGE_NAME="torchmonarch"
41-
export MONARCH_VERSION=$(date +'%Y.%m.%d')
4241
export CUDA_LIB_DIR=/usr/lib64
4342
4443
python setup.py bdist_wheel

setup.py

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

143143
package_name = os.environ.get("MONARCH_PACKAGE_NAME", "monarch")
144-
package_version = os.environ.get("MONARCH_VERSION", "0.0.1")
144+
package_version = os.environ.get("MONARCH_VERSION", "0.0.0")
145145

146146
setup(
147147
name=package_name,

0 commit comments

Comments
 (0)