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