Skip to content

Commit 044d9f3

Browse files
committed
Set version number for release 0.1.5
1 parent e5e116d commit 044d9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description = 'A spec-compliant gitignore parser for Python 3.5+'
1010
setup(
1111
name='gitignore_parser',
12-
version='0.1.4',
12+
version='0.1.5',
1313
install_requires=["pathlib; python_version < '3.0'"],
1414
description=description,
1515
long_description=

0 commit comments

Comments
 (0)