Skip to content

Commit

Permalink
bump C-API version
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Aug 25, 2023
1 parent 5f83715 commit 8d0b0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class KnuthJsNative(ConanFile):
# TODO(fernando): use Shared=False as default

# generators = "cmake"
requires = (("c-api/0.39.0"))
requires = (("c-api/0.41.0"))

def configure(self):
# self.options["c-api/*"].db = "full"
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# import pandas as pd


capi_version = "0.39.0"
capi_version = "0.41.0"

def install(package):
print("Installing ")
Expand Down

0 comments on commit 8d0b0b2

Please sign in to comment.