Skip to content

Commit 5ab28d4

Browse files
committed
bump module version to 2.0
1 parent 63d6afb commit 5ab28d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imagesize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["get", "getDPI", "get_info", "ImageInfo", "__version__"]
22

3-
__version__ = "1.5.0"
3+
__version__ = "2.0.0"
44

55
from .imagesize import ImageInfo, get, getDPI, get_info

0 commit comments

Comments
 (0)