From 88d88fa1f04e19c6ddfad099a4d662bb63fd21f4 Mon Sep 17 00:00:00 2001 From: "Caleb P. Burns" Date: Fri, 22 May 2015 13:54:09 -0400 Subject: [PATCH] Update __init__.py --- pathspec/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pathspec/__init__.py b/pathspec/__init__.py index b48a3a5..25a212a 100644 --- a/pathspec/__init__.py +++ b/pathspec/__init__.py @@ -15,12 +15,13 @@ "highb ", "029xue ", "mikexstudios ", + "nhumrich ", ] __email__ = "cpburnz@gmail.com" __license__ = "MPL 2.0" __project__ = "pathspec" __status__ = "Development" -__updated__ = "2015-05-16" +__updated__ = "2015-05-22" __version__ = "0.3.4.dev1" from .gitignore import GitIgnorePattern