Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Nov 8, 2023
1 parent 109c2fa commit 715203b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/tkassert/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class TkassertConan(ConanFile):
name = "tkassert"
version = "0.3.3"
version = "0.3.4"
package_type = "library"
license = "Apache 2"
url = "https://github.com/CQCL/tket"
Expand Down
4 changes: 2 additions & 2 deletions libs/tkassert/test/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class test_tkassertRecipe(ConanFile):
name = "test-tkassert"
version = "0.3.3"
version = "0.3.4"
package_type = "application"
license = "Apache 2"
url = "https://github.com/CQCL/tket"
Expand Down Expand Up @@ -59,5 +59,5 @@ def package(self):
cmake.install()

def requirements(self):
self.requires("tkassert/0.3.3")
self.requires("tkassert/0.3.4")
self.requires("catch2/3.3.2")

0 comments on commit 715203b

Please sign in to comment.