Skip to content

Commit

Permalink
Merge pull request #760 from FlyingQianMM/release/2.0-rc_qh
Browse files Browse the repository at this point in the history
set version to 2.0.0rc0
  • Loading branch information
FlyingQianMM authored May 19, 2021
2 parents 87186e4 + 6d7596c commit b2e4494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paddlex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '2.0.0'
__version__ = '2.0.0rc0'

from .utils.env import get_environ_info, init_parallel_env
init_parallel_env()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="paddlex",
version='2.0.0',
version='2.0.0rc0',
author="paddlex",
author_email="[email protected]",
description=long_description,
Expand Down

0 comments on commit b2e4494

Please sign in to comment.