2 Commits 2e9ad0b8ad ... 5757384791

Tác giả SHA1 Thông báo Ngày
  DarkMorford 5757384791 Create top-level recipe file 5 năm trước cách đây
  DarkMorford 2e9ad0b8ad Create top-level recipe file 5 năm trước cách đây
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"