2 커밋 2e9ad0b8ad ... 5757384791

작성자 SHA1 메시지 날짜
  DarkMorford 5757384791 Create top-level recipe file 5 년 전
  DarkMorford 2e9ad0b8ad Create top-level recipe file 5 년 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      conanfile.py

+ 1 - 1
conanfile.py

@@ -2,5 +2,5 @@ from conans import ConanFile
 
 class ConanPyReq(ConanFile):
     name = "py_req"
-    version = "0.1"
+    version = "0.0.1"
     exports = "*.py"