Update .gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -39,3 +39,4 @@ cmake-build*/**
|
||||
puml/**
|
||||
.vscode/settings.json
|
||||
CMakeUserPresets.json
|
||||
.claude
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user