mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
Bumped version to v2.5
This commit is contained in:
parent
571f8e3bff
commit
234f0cde82
@ -2,7 +2,7 @@ from conans import ConanFile
|
|||||||
|
|
||||||
class ArgparseConan(ConanFile):
|
class ArgparseConan(ConanFile):
|
||||||
name = "argparse"
|
name = "argparse"
|
||||||
version = "1.0"
|
version = "2.5"
|
||||||
exports_sources = "include/argparse.hpp"
|
exports_sources = "include/argparse.hpp"
|
||||||
no_copy_source = True
|
no_copy_source = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user