Skip to content

Commit

Permalink
Bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kamino authored and aguinet committed May 6, 2022
1 parent 2807da2 commit e3c360d
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.3
-----

* Based on Clang/LLVM 13.0.0

0.9.2
-----

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run(self):
os.chdir(cwd)
build_ext.run(self)

VERSION="0.9.2"
VERSION="0.9.3"
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 e3c360d

Please sign in to comment.