Skip to content

Commit

Permalink
bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shibukawa committed Jul 1, 2022
1 parent d0b4497 commit 2742754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ Thank you for feedback:
* Hannes Römer (https://github.com/hroemer)
* mikey (https://github.com/ffreemt)
* Marco (https://github.com/marcoffee)
* ExtReMLapin (https://github.com/ExtReMLapin)
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='imagesize',
version='1.3.0',
version='1.4.0',
description='Getting image size from png/jpeg/jpeg2000/gif file',
long_description='''
It parses image files' header and return image size.
Expand All @@ -15,6 +15,7 @@
* TIFF
* SVG
* Netpbm
* WebP
This is a pure Python library.
''',
Expand All @@ -41,6 +42,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Multimedia :: Graphics'
Expand Down

0 comments on commit 2742754

Please sign in to comment.