Skip to content

Commit

Permalink
Update version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jun 2, 2018
1 parent 9a17795 commit b8e4edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ignore = F401,E402,F403
exclude = venv

[bdist_wheel]
universal = 1
universal = 1
4 changes: 2 additions & 2 deletions tiling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np


__version__ = '0.1'
__version__ = '0.1.1'


class BaseTiles(object):
Expand Down Expand Up @@ -80,4 +80,4 @@ def next(self):
__next__ = next


from .const_stride import *
from tiling.const_stride import *

0 comments on commit b8e4edf

Please sign in to comment.