Skip to content

Commit

Permalink
fix linux buiding bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sxysxy committed Apr 2, 2023
1 parent 6651bcc commit 11ce160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OIDN-python
Python Binding of [Intel Open Image Denoise](https://github.com/OpenImageDenoise/oidn) Version 0.2 (Based on OIDN 1.4.3)
Python Binding of [Intel Open Image Denoise](https://github.com/OpenImageDenoise/oidn) Version 0.2.1 (Based on OIDN 1.4.3)

Install using pip.

Expand Down
2 changes: 1 addition & 1 deletion oidn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from oidn.capi import *

oidn_version = '1.4.3'
oidn_py_version = '0.2'
oidn_py_version = '0.2.1'

def __load_lib():
cur_path = os.path.dirname(__file__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name = 'oidn',
version = '0.2',
version = '0.2.1',
author = 'HfCloud',
author_email = '[email protected]',
description = 'A simple python binding for Intel OIDN',
Expand Down

0 comments on commit 11ce160

Please sign in to comment.