Skip to content

Commit

Permalink
Merge pull request #230 from UAlbanyArchives/develop
Browse files Browse the repository at this point in the history
forgot to bump version numbers
  • Loading branch information
gwiedeman authored Feb 14, 2023
2 parents cb4794c + 37dfdc1 commit f126cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.2"
__version__ = "0.5.0"

import os
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="mailbagit",
version="0.4.2",
version="0.5.0",
author="Gregory Wiedeman",
author_email="[email protected]",
description="A tool for preserving email with multiple masters.",
Expand Down

0 comments on commit f126cd1

Please sign in to comment.