Skip to content

Commit

Permalink
changed description
Browse files Browse the repository at this point in the history
  • Loading branch information
gwiedeman committed Oct 24, 2023
1 parent 1a29067 commit 2a47251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mailbagit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# __init__.py

# Version of the mailbagit package
__version__ = "0.6.2"
__version__ = "0.6.3"

import os
from pathlib import Path
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

setuptools.setup(
name="mailbagit",
version="0.6.2",
version="0.6.3",
author="Gregory Wiedeman",
author_email="[email protected]",
description="A tool for preserving email with multiple masters.",
description="A tool for preserving email in multiple preservation formats.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/UAlbanyArchives/mailbag",
Expand Down

0 comments on commit 2a47251

Please sign in to comment.