Skip to content

Commit

Permalink
[CI] ready to release v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Oct 9, 2023
1 parent 013b878 commit ebfb85e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
python -m pip install pyexiv2==2.8.2
python -m pip install pyexiv2==2.8.3
python -m pip install pytest psutil
- name: Test
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
python -m pip install pyexiv2==2.8.2
python -m pip install pyexiv2==2.8.3
python -m pip install pytest psutil
- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyexiv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .core import *


__version__ = '2.8.2'
__version__ = '2.8.3'
__exiv2_version__ = exiv2api.version()


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='pyexiv2',
version='2.8.2', # need to set the variable in 'pyexiv2/__init__.py'
version='2.8.3', # need to set the variable in 'pyexiv2/__init__.py'
author='LeoHsiao',
author_email='leohsiao@foxmail.com',
description='Read/Write metadata(including EXIF, IPTC, XMP), comment and ICC Profile embedded in digital images.',
Expand Down

0 comments on commit ebfb85e

Please sign in to comment.