We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e116d commit 044d9f3Copy full SHA for 044d9f3
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.4',
+ version='0.1.5',
13
install_requires=["pathlib; python_version < '3.0'"],
14
description=description,
15
long_description=
0 commit comments