Skip to content

Commit 8c927dd

Browse files
committed
Set version number for release 0.1.3
1 parent 4dd7293 commit 8c927dd

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

0 commit comments

Comments
 (0)