Skip to content

Commit b8e4edf

Browse files
committed
Update version to 0.1.1
1 parent 9a17795 commit b8e4edf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ignore = F401,E402,F403
77
exclude = venv
88

99
[bdist_wheel]
10-
universal = 1
10+
universal = 1

tiling/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55

66

7-
__version__ = '0.1'
7+
__version__ = '0.1.1'
88

99

1010
class BaseTiles(object):
@@ -80,4 +80,4 @@ def next(self):
8080
__next__ = next
8181

8282

83-
from .const_stride import *
83+
from tiling.const_stride import *

0 commit comments

Comments
 (0)