We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87186e4 + 6d7596c commit b2e4494Copy full SHA for b2e4494
paddlex/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = '2.0.0'
+__version__ = '2.0.0rc0'
16
17
from .utils.env import get_environ_info, init_parallel_env
18
init_parallel_env()
setup.py
@@ -19,7 +19,7 @@
19
20
setuptools.setup(
21
name="paddlex",
22
- version='2.0.0',
+ version='2.0.0rc0',
23
author="paddlex",
24
author_email="[email protected]",
25
description=long_description,
0 commit comments