Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r4g3baby committed Oct 29, 2020
1 parent 1425b45 commit af47bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion money/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .money import Money

__name__ = 'money'
__version__ = '3.0.0'
__version__ = '3.0.1'

__all__ = ('Money', 'Currency', 'xrates')

0 comments on commit af47bf5

Please sign in to comment.