diff --git a/mailbagit/__init__.py b/mailbagit/__init__.py index 6153deb..b134e99 100644 --- a/mailbagit/__init__.py +++ b/mailbagit/__init__.py @@ -1,7 +1,7 @@ # __init__.py # Version of the mailbagit package -__version__ = "0.7.1" +__version__ = "0.7.2" import os from pathlib import Path diff --git a/setup.py b/setup.py index c6ef45c..794fdff 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="mailbagit", - version="0.7.1", + version="0.7.2", author="Gregory Wiedeman", author_email="gwiedeman@albany.edu", description="A tool for preserving email in multiple preservation formats.",