Skip to content

Commit 6d7596c

Browse files
author
root
committed
set version to 2.0.0rc0
1 parent b1cbe13 commit 6d7596c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddlex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '2.0.0'
15+
__version__ = '2.0.0rc0'
1616

1717
from .utils.env import get_environ_info, init_parallel_env
1818
init_parallel_env()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name="paddlex",
22-
version='2.0.0',
22+
version='2.0.0rc0',
2323
author="paddlex",
2424
author_email="[email protected]",
2525
description=long_description,

0 commit comments

Comments
 (0)