Skip to content

Commit b925eba

Browse files
committed
Set version number for release 0.1.4
1 parent b3b5287 commit b925eba

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.3',
12+
version='0.1.4',
1313
install_requires=["pathlib; python_version < '3.0'"],
1414
description=description,
1515
long_description=

0 commit comments

Comments
 (0)