Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Added __add__ and bugfix to __init__.
  • Loading branch information
mewwts committed Oct 10, 2016
1 parent 521c769 commit aa65244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__title__ = 'addict'
__version__ = '1.0.0'
__version__ = '1.1.0'
__author__ = 'Mats Julian Olsen'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014, 2015, 2016 Mats Julian Olsen'
Expand Down

0 comments on commit aa65244

Please sign in to comment.