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