소스 검색

[Fix] Set __version__ According to PEP440

Bobholamovic 2 년 전
부모
커밋
3e2ebfb8c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      paddlers/__init__.py

+ 1 - 1
paddlers/__init__.py

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