diff --git a/checkdmarc/_constants.py b/checkdmarc/_constants.py index 3ed2c53..1e95505 100644 --- a/checkdmarc/_constants.py +++ b/checkdmarc/_constants.py @@ -18,7 +18,7 @@ See the License for the specific language governing permissions and limitations under the License.""" -__version__ = "5.0.1" +__version__ = "5.0.2" OS = platform.system() OS_RELEASE = platform.release()