Skip to content

Commit c20fb69

Browse files
Bump version
1 parent 9275c98 commit c20fb69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extract_msg/__init__.py

Lines changed: 3 additions & 3 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-10-08'
31-
__version__ = '0.50.1'
30+
__date__ = '2024-10-11'
31+
__version__ = '0.51.0'
3232

3333
__all__ = [
3434
# Modules:
@@ -68,4 +68,4 @@
6868
from .ole_writer import OleWriter
6969
from .open_msg import openMsg, openMsgBulk
7070
from .properties import Named, NamedProperties, PropertiesStore
71-
from .recipient import Recipient
71+
from .recipient import Recipient

0 commit comments

Comments
 (0)