diff --git a/.gitignore b/.gitignore index 692a0f6..d7c24c6 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ cmake-build*/** puml/** .vscode/settings.json CMakeUserPresets.json +.claude diff --git a/conanfile.py b/conanfile.py index 831373e..6ff3e0b 100644 --- a/conanfile.py +++ b/conanfile.py @@ -6,7 +6,7 @@ from conan.tools.files import copy class PlatformConan(ConanFile): name = "pyclassifiers" - version = "1.0.3" + version = "X.X.X" # Binary configuration settings = "os", "compiler", "build_type", "arch"