Skip to content

Commit

Permalink
Bump to 0.9.1 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinetqb committed Aug 5, 2021
1 parent d077353 commit 44e0727
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.1
-----

* Add the LazyJITWrappers option in Python bindings

0.9.0
-----

Expand Down
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.9.0"
VERSION="0.9.1"
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 44e0727

Please sign in to comment.