Skip to content

Commit

Permalink
Create release 1.2.1 with conan and bintray support.
Browse files Browse the repository at this point in the history
  • Loading branch information
adishavit committed Mar 6, 2018
1 parent 1df56d3 commit eac6629
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 @@ -4,12 +4,12 @@

class ArghConan(ConanFile):
name = "argh"
version = "1.2.0"
version = "1.2.1"
url = "https://github.com/adishavit/argh"
description = "Argh! A minimalist argument handler."
license = "BSD 3-Clause"
exports = ["LICENSE"]
exports_sources = "*.h"
exports_sources = "argh.h"

def package(self):
self.copy(pattern="LICENSE", dst="license")
Expand Down

0 comments on commit eac6629

Please sign in to comment.