Browse Source

chore(version): fix dev version to a large number

GitOrigin-RevId: 9567513c1f
release-1.2
Megvii Engine Team 4 years ago
parent
commit
8536864351
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      imperative/python/megengine/version.py

+ 1
- 1
imperative/python/megengine/version.py View File

@@ -6,5 +6,5 @@
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
__version__ = "0.8.0"
__version__ = "1.2.0.dev"


Loading…
Cancel
Save