Skip to content

Commit

Permalink
Updates version and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
maccinza committed Feb 7, 2017
1 parent 3fbc3b9 commit cd0f2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cover/
dist/
build/
dict_comparator.egg-info/
dictcomparator.egg-info/
2 changes: 1 addition & 1 deletion dictcomparator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from dictcomparator.comparator import assert_dicts_equal

__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit cd0f2a4

Please sign in to comment.