Skip to content

Commit

Permalink
Merge pull request #69 from rolobio/v4.1.5
Browse files Browse the repository at this point in the history
Bumping version.
  • Loading branch information
rolobio authored Oct 17, 2019
2 parents c9faec7 + ca01a45 commit be05dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictorm/dictorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from json import dumps
from typing import Union, Optional, List

__version__ = '4.1.4'
__version__ = '4.1.5'

from contextlib import contextmanager
from itertools import chain
Expand Down

0 comments on commit be05dea

Please sign in to comment.