From 37dfdc1cd905340aa4f6630657c1fb01625d344a Mon Sep 17 00:00:00 2001 From: gwiedeman Date: Tue, 14 Feb 2023 13:29:44 -0500 Subject: [PATCH] forgot to bump version numbers --- mailbagit/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailbagit/__init__.py b/mailbagit/__init__.py index 086eb64..ad9ee2b 100644 --- a/mailbagit/__init__.py +++ b/mailbagit/__init__.py @@ -1,7 +1,7 @@ # __init__.py # Version of the mailbagit package -__version__ = "0.4.2" +__version__ = "0.5.0" import os from pathlib import Path diff --git a/setup.py b/setup.py index 18439a5..d00cd06 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="mailbagit", - version="0.4.2", + version="0.5.0", author="Gregory Wiedeman", author_email="gwiedeman@albany.edu", description="A tool for preserving email with multiple masters.",