Compare commits

...

2 Commits
master ... r1.0

Author SHA1 Message Date
  mindspore-ci-bot f3781499dd !129 Update version number 4 years ago
  pkuliuliu c483fd3bd7 update version number 4 years ago
1 changed files with 1 additions and 1 deletions
Split View
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -18,7 +18,7 @@ from setuptools import setup
from setuptools.command.egg_info import egg_info
from setuptools.command.build_py import build_py

version = '1.0.0'
version = '1.0.1'
cur_dir = os.path.dirname(os.path.realpath(__file__))
pkg_dir = os.path.join(cur_dir, 'build')



Loading…
Cancel
Save