We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b5287 commit b925ebaCopy full SHA for b925eba
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
description = 'A spec-compliant gitignore parser for Python 3.5+'
10
setup(
11
name='gitignore_parser',
12
- version='0.1.3',
+ version='0.1.4',
13
install_requires=["pathlib; python_version < '3.0'"],
14
description=description,
15
long_description=
0 commit comments