seamustuohy / RTFDE

RTFDE: RTF De-Encapsulator - A python3 library for extracting encapsulated `HTML` & `plain text` content from the `RTF` bodies of .msg files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`__version__` string in module does not match setup.py version.

TheElementalOfDestruction opened this issue · comments

The __version__ string in the module has it listed as 0.00.1 when the setup.py version is 0.0.2 which could interfere with in-code checks for the module version. Additionally, it can lead to general confusion.

I know you have more important things to worry about, so not really too worried about this, but just thought it should be noted.

Thanks! I'll make sure to fix this in the next release since a version increase will be coming soon with the other fixes.

Addressed in the 0.1.0 version which is in the final notification and testing stage on dev