Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antlarr committed Jan 10, 2021
1 parent 0cfe89d commit dc3954b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-
"""Bard Music Manager."""

__name__ = 'bard'
__license__ = 'GPLv3'
__version__ = '0.4.0'
__date__ = '20200712'
__version__ = '0.5.0'
__date__ = '20210110'
__author__ = 'Antonio Larrosa'
__maintainer__ = 'Antonio Larrosa'
__email__ = '[email protected]'
Expand Down

0 comments on commit dc3954b

Please sign in to comment.