Update .gitignore

This commit is contained in:
2025-07-21 10:58:30 +02:00
parent 6761933581
commit 13434ce31a
2 changed files with 2 additions and 1 deletions

View File

@@ -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"