From ef67b6b5c32728072418e1fa3dcf3198b8d1231b Mon Sep 17 00:00:00 2001 From: LeoHsiao Date: Mon, 8 Jun 2020 19:45:15 +0800 Subject: [PATCH] release v2.3.0 --- README.md | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4074e18..119870c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Read/Write metadata of digital image, including [EXIF](https://en.wikipedia.org/ ## Features - Base on C++ API of [Exiv2](https://www.exiv2.org/index.html) and [pybind11](https://github.com/pybind/pybind11). -- Supports running on Linux and Windows, with Python3(64bit, including `3.5` `3.6` `3.7` `3.8`). +- Supports running on Linux, MacOS and Windows, with Python3(64bit, including `3.5` `3.6` `3.7` `3.8`). - [Supports various metadata](https://www.exiv2.org/metadata.html) - [Supports various image formats](https://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats) - Supports opening images based on the file path or from bytes data. diff --git a/setup.py b/setup.py index e8f45c8..8e1e10a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='pyexiv2', - version='2.2.0', + version='2.3.0', author='LeoHsiao', author_email='leohsiao@foxmail.com', description='Read/Write metadata of digital image, including EXIF, IPTC, XMP.', @@ -19,6 +19,7 @@ classifiers=[ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Operating System :: POSIX :: Linux', + 'Operating System :: MacOS', 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',