Conan create fixed

This commit is contained in:
2025-07-16 17:49:20 +02:00
parent 81f2e706d0
commit 8b17695163
12 changed files with 191 additions and 37 deletions

View File

@@ -29,10 +29,10 @@ A modern C++17 header-only library to read **ARFF (Attribute-Relation File Forma
```bash
# Add the package to your conanfile.txt
[requires]
arff-files/1.2.0
arff-files/1.2.1
# Or install directly
conan install arff-files/1.2.0@
conan install arff-files/1.2.1@
```
### Manual Installation