Skip to content

Commit

Permalink
Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chanteckwei committed Jul 18, 2019
1 parent 7252b0d commit 21090f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion numipulator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Tuple

__all__ = ['NImage']
__version__ = '0.2.0'
__version__ = '0.2.1'

import numpy as np
from PIL import Image
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='numipulator',
version='0.2.0',
version='0.2.1',
packages=[''],
url='https://github.com/chantw/numipulator',
license='Apache License 2.0',
Expand Down

0 comments on commit 21090f5

Please sign in to comment.