Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 8a5ef46

Browse files
committed
bump version
1 parent e5eed95 commit 8a5ef46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name='mdparse',
66
packages=find_packages(),
7-
version='0.12',
7+
version='0.13',
88
description='Parsing markdown files for deep learning.',
99
author='Hamel Husain',
1010
author_email='[email protected]',
@@ -65,7 +65,7 @@
6565
'pytest-xdist',
6666
'pytest-cov'],
6767
},
68-
download_url='https://github.com/machine-learning-apps/mdparse/archive/v.12.zip',
68+
download_url='https://github.com/machine-learning-apps/mdparse/archive/v.13.zip',
6969
classifiers=[
7070
'Development Status :: 1 - Planning',
7171
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)