2
0

2 Commitit 2e9ad0b8ad ... 5757384791

Tekijä SHA1 Viesti Päivämäärä
  DarkMorford 5757384791 Create top-level recipe file 5 vuotta sitten
  DarkMorford 2e9ad0b8ad Create top-level recipe file 5 vuotta sitten
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"