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