Skip to content

Commit 85b60e8

Browse files
committed
bump version to 0.3.6
1 parent 951e94d commit 85b60e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nameparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 3, 5)
1+
VERSION = (0, 3, 6)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)