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

Commit f13c2b4

Browse files
committed
Up'ed version
1 parent 844d096 commit f13c2b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
from setuptools import setup, find_packages
22

3-
version = '0.0.2'
3+
version = '0.1.0'
44

55
setup(name='docx-mailmerge',
66
version=version,
77
description='Performs a Mail Merge on docx (Microsoft Office Word) files',
88
long_description=open('README.rst').read(),
99
classifiers=[
10+
'License :: OSI Approved :: MIT License',
11+
'Programming Language :: Python :: 2.7',
12+
'Programming Language :: Python :: 3.3',
1013
'Topic :: Text Processing',
1114
],
1215
author='Bouke Haarsma',

0 commit comments

Comments
 (0)