Skip to content

Commit a706c29

Browse files
author
Jason Thorpe
committed
bump patch version
1 parent 4606c41 commit a706c29

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(*names, **kwargs):
2323

2424
setup(
2525
name="simplify-docx",
26-
version="0.1.0",
26+
version="0.1.1",
2727
description="A utility for simplifying python-docx document objects",
2828
long_description="%s\n%s"
2929
% (
@@ -40,7 +40,7 @@ def read(*names, **kwargs):
4040
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
4141
include_package_data=True,
4242
zip_safe=False,
43-
long_description_content_type='text/markdown',
43+
long_description_content_type="text/markdown",
4444
classifiers=[
4545
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
4646
"Development Status :: 5 - Production/Stable",
@@ -61,12 +61,12 @@ def read(*names, **kwargs):
6161
],
6262
keywords=["sql", "csv"],
6363
install_requires=[
64-
"lxml>=4.3.3,<5",
65-
"more-itertools==7.0.0",
66-
"python-docx==0.8.10",
67-
"six>=1.12.0<2",
68-
"wincertstore==0.2",
69-
],
64+
"lxml>=4.3.3,<5",
65+
"more-itertools==7.0.0",
66+
"python-docx==0.8.10",
67+
"six>=1.12.0<2",
68+
"wincertstore==0.2",
69+
],
7070
extras_require={':python_version=="2.6"': ["argparse"]},
7171
entry_points={"console_scripts": ["loadify = loadify:loadify"]},
7272
)

0 commit comments

Comments
 (0)