Skip to content

Commit

Permalink
Bumped version to v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav authored May 27, 2022
1 parent 571f8e3 commit 234f0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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")

0 comments on commit 234f0cd

Please sign in to comment.