Browse Source

add 2.0.0rc1 version

FlyingQianMM 4 years ago
parent
commit
c1157b443e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dygraph/paddlex/__init__.py
  2. 1 1
      dygraph/setup.py

+ 1 - 1
dygraph/paddlex/__init__.py

@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = '2.0.0rc0'
+__version__ = '2.0.0rc1'
 
 from .utils.env import get_environ_info, init_parallel_env
 init_parallel_env()

+ 1 - 1
dygraph/setup.py

@@ -19,7 +19,7 @@ long_description = "PaddlePaddle Entire Process Development Toolkit"
 
 setuptools.setup(
     name="paddlex",
-    version='2.0.0rc0',
+    version='2.0.0rc1',
     author="paddlex",
     author_email="paddlex@baidu.com",
     description=long_description,