Skip to content

Commit

Permalink
Release v15.0.6.1 for quick fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Jan 9, 2023
1 parent e73f26e commit 5002f34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/clang/cindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ def from_location(tu, location):
return cursor

def __hash__(self):
- return self.hash
return self.hash

def __eq__(self, other):
return conf.lib.clang_equalCursors(self, other)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='libclang',
version='15.0.6',
version='15.0.6.1',
description='Clang Python Bindings, mirrored from the official LLVM repo: https://github.com/llvm/llvm-project/tree/main/clang/bindings/python, to make the installation process easier.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion setup_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):

setup(
name='libclang',
version='15.0.6',
version='15.0.6.1',
description='Clang Python Bindings, mirrored from the official LLVM repo: https://github.com/llvm/llvm-project/tree/main/clang/bindings/python, to make the installation process easier.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5002f34

Please sign in to comment.