Skip to content

Commit

Permalink
Bump to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Oct 18, 2020
1 parent 39585b1 commit 080731e
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.6.1"
VERSION="0.6.2"
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 080731e

Please sign in to comment.