Skip to content

Commit 37ee78d

Browse files
Bump version
1 parent 38ceec2 commit 37ee78d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Credits
7777
.. |License: GPL v3| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
7878
:target: LICENSE.txt
7979

80-
.. |PyPI3| image:: https://img.shields.io/badge/pypi-1.2.1-blue.svg
81-
:target: https://pypi.org/project/msg-explorer/1.2.1/
80+
.. |PyPI3| image:: https://img.shields.io/badge/pypi-1.2.2-blue.svg
81+
:target: https://pypi.org/project/msg-explorer/1.2.2/
8282

8383
.. |PyPI2| image:: https://img.shields.io/badge/python-3.6+-brightgreen.svg
8484
:target: https://www.python.org/downloads/release/python-367/

msg_explorer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__author__ = 'Destiny Peterson'
3030
__date__ = '2022-06-12'
31-
__version__ = '1.2.1'
31+
__version__ = '1.2.2'
3232

3333
# When this module is imported, we should try to compile the forms. They only
3434
# compile when they are outdated.

0 commit comments

Comments
 (0)