We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508d7dc commit 8fc7455Copy full SHA for 8fc7455
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
long_description = fh.read()
5
6
setup(
7
- version = '1.3.7',
+ version = '1.3.8',
8
name='dotmap',
9
packages=['dotmap'], # this must be the same as the name above
10
description='ordered, dynamically-expandable dot-access dictionary',
0 commit comments