Bumped version to v2.5

This commit is contained in:
Pranav 2022-05-27 07:30:25 -05:00 committed by GitHub
parent 571f8e3bff
commit 234f0cde82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ from conans import ConanFile
class ArgparseConan(ConanFile):
name = "argparse"
version = "1.0"
version = "2.5"
exports_sources = "include/argparse.hpp"
no_copy_source = True