Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Apr 16, 2021
1 parent cc62de3 commit cee4b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def run(self):
os.chdir(cwd)
build_ext.run(self)

VERSION="0.8.0"
VERSION="0.9.0"
module = Extension('pydffi.backend',
include_dirs = [os.path.join(this_dir, '../../include'),
os.path.join(this_dir, '../../third-party')],
Expand Down

0 comments on commit cee4b20

Please sign in to comment.