Skip to content

Commit d780c9d

Browse files
committed
update 1.1.6
1 parent 37a3f55 commit d780c9d

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
```
4949
5050
"""
51-
Version = "1.1.5"
51+
Version = "1.1.6"
5252

5353
Plat = sys.platform
5454

setup2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
```
4848
4949
"""
50-
Version = "1.1.5"
50+
Version = "1.1.6"
5151

5252
Plat = sys.platform
5353

src/waifu2x_py.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ static struct PyModuleDef spammodule = {
103103

104104
static bool IsInit = false;
105105
static bool IsInitSet = false;
106-
static const char* Version = "1.1.5";
106+
static const char* Version = "1.1.6";
107107
#endif

test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os, sys
22
current_path = os.path.abspath(__file__)
33
os.chdir(os.path.dirname(current_path))
4-
from waifu2x_vulkan import waifu2x_vulkan as waifu2x
4+
from waifu2x_vulkan import waifu2x
55
import time
66

77
if __name__ == "__main__":

waifu2x_vulkan/waifu2x.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .waifu2x_vulkan import *

0 commit comments

Comments
 (0)