mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Bumped version to v2.6
This commit is contained in:
parent
24c599dfde
commit
40a3888f15
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.12.4)
|
cmake_minimum_required(VERSION 3.12.4)
|
||||||
|
|
||||||
project(argparse
|
project(argparse
|
||||||
VERSION 2.5.0
|
VERSION 2.6.0
|
||||||
DESCRIPTION "A single header argument parser for C++17"
|
DESCRIPTION "A single header argument parser for C++17"
|
||||||
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
|
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<a href="https://github.com/p-ranav/argparse/blob/master/LICENSE">
|
<a href="https://github.com/p-ranav/argparse/blob/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
|
||||||
</a>
|
</a>
|
||||||
<img src="https://img.shields.io/badge/version-2.5-blue.svg?cacheSeconds=2592000" alt="version"/>
|
<img src="https://img.shields.io/badge/version-2.6-blue.svg?cacheSeconds=2592000" alt="version"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Highlights
|
## Highlights
|
||||||
|
@ -2,7 +2,7 @@ from conans import ConanFile
|
|||||||
|
|
||||||
class ArgparseConan(ConanFile):
|
class ArgparseConan(ConanFile):
|
||||||
name = "argparse"
|
name = "argparse"
|
||||||
version = "2.5"
|
version = "2.6"
|
||||||
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