Skip to content

Commit

Permalink
version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Dec 12, 2020
1 parent bd9e19d commit ab3f166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package:
[source,python]
----
class MyConan(ConanFile):
python_requires = "b2-helper/[>=0.7.1]@grisumbras/stable"
python_requires = "b2-helper/[>=0.8.0]@grisumbras/stable"
----

== Usage
Expand All @@ -36,7 +36,7 @@ The simplest way to use the package is via the mixin class:
[source,python]
----
class MyConan(ConanFile):
python_requires = "b2-helper/[>=0.7.1]@grisumbras/stable"
python_requires = "b2-helper/[>=0.8.0]@grisumbras/stable"
python_requires_extend = "b2-helper.Mixin"
----

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

class B2ToolConan(ConanFile):
name = "b2-helper"
version = "0.7.1"
version = "0.8.0"
description = "conan helper for projects built with b2"
url = "http://github.com/grisumbras/b2-helper"
homepage = url
Expand Down

0 comments on commit ab3f166

Please sign in to comment.