Skip to content

Commit f6935e7

Browse files
author
Jason Ward
committed
bumped to version 0.3.4
1 parent 50a8a7f commit f6935e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydocx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def docx2html(path):
88
def docx2markdown(path):
99
return Docx2Markdown(path).parsed
1010

11-
VERSION = '0.3.3'
11+
VERSION = '0.3.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_description():
2525
setup(
2626
name="PyDocX",
2727
# Edit here and pydocx.__init__
28-
version="0.3.3",
28+
version="0.3.4",
2929
description="docx (OOXML) to html converter",
3030
author="Jason Ward, Sam Portnow",
3131

0 commit comments

Comments
 (0)