Skip to content

Commit cc21397

Browse files
bump version
1 parent 16f3b9d commit cc21397

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ your access to the newest major version of extract-msg.
260260
.. |License: GPL v3| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
261261
:target: LICENSE.txt
262262

263-
.. |PyPI3| image:: https://img.shields.io/badge/pypi-0.49.0-blue.svg
264-
:target: https://pypi.org/project/extract-msg/0.49.0/
263+
.. |PyPI3| image:: https://img.shields.io/badge/pypi-0.50.0-blue.svg
264+
:target: https://pypi.org/project/extract-msg/0.50.0/
265265

266266
.. |PyPI2| image:: https://img.shields.io/badge/python-3.8+-brightgreen.svg
267267
:target: https://www.python.org/downloads/release/python-3810/

extract_msg/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2828

2929
__author__ = 'Destiny Peterson & Matthew Walker'
30-
__date__ = '2024-08-21'
31-
__version__ = '0.49.0'
30+
__date__ = '2024-10-02'
31+
__version__ = '0.50.0'
3232

3333
__all__ = [
3434
# Modules:

0 commit comments

Comments
 (0)