Skip to content

Commit 0ae7fce

Browse files
authored
version++
1 parent 3a02a51 commit 0ae7fce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docx2txt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .docx2txt import process
22
from .docx2txt import process_args
33

4-
VERSION = '0.8'
4+
VERSION = '0.9'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
setup(
88
name='docx2txt',
99
packages=['docx2txt'],
10-
version='0.8',
10+
version='0.9',
1111
description='A pure python-based utility to extract text and images '
1212
'from docx files.',
1313
author='Ankush Shah',
1414
author_email='[email protected]',
1515
url='https://github.com/ankushshah89/python-docx2txt',
16-
download_url='https://github.com/ankushshah89/python-docx2txt/tarball/0.8',
16+
download_url='https://github.com/ankushshah89/python-docx2txt/tarball/0.9',
1717
keywords=['python', 'docx', 'text', 'images', 'extract'],
1818
scripts=scripts,
1919
classifiers=[],

0 commit comments

Comments
 (0)