2
0

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"