Skip to content

Commit

Permalink
upgrade optframe
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 7, 2023
1 parent 8cc2a6a commit 576d95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CTypesExtension(Extension):
class MyBuildExt(build_ext_orig):
def run(self):
subprocess.check_call(
['git', 'clone', '--depth', '1', '--branch', '5.0.17', 'https://github.com/optframe/optframe', 'optframe-git'])
['git', 'clone', '--depth', '1', '--branch', '5.0.18', 'https://github.com/optframe/optframe', 'optframe-git'])
build_ext_orig.run(self)

def build_extension(self, ext):
Expand Down

0 comments on commit 576d95b

Please sign in to comment.