Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Feb 11, 2019
1 parent cc297bf commit de05220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdbag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from distutils.util import strtobool
from pkg_resources import get_distribution, DistributionNotFound

__version__ = "1.5.2"
__version__ = "1.5.3"
__bagit_version__ = "1.7.0"

if sys.version_info > (3,): # pragma: no cover
Expand Down

0 comments on commit de05220

Please sign in to comment.