Skip to content

Commit 6b66a19

Browse files
committed
Version Bump 1.4.32
1 parent afc12fd commit 6b66a19

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ language: python
22
python:
33
- "2.7"
44
- "3.6"
5+
- "3.9"
56
script:
67
- python -m unittest discover test

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@
55

66
setuptools.setup(
77
name="pyembroidery",
8-
version="1.4.31",
8+
version="1.4.32",
99
author="Tatarize",
1010
author_email="[email protected]",
1111
description="Embroidery IO library",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/EmbroidePy/pyembroidery",
1515
packages=setuptools.find_packages(),
16-
classifiers=(
16+
classifiers=[
1717
'Development Status :: 5 - Production/Stable',
1818
'Intended Audience :: Developers',
1919
"Programming Language :: Python :: 3.6",
2020
"Programming Language :: Python :: 3.7",
21+
"Programming Language :: Python :: 3.8",
22+
"Programming Language :: Python :: 3.9",
23+
"Programming Language :: Python :: 3.10",
2124
"License :: OSI Approved :: MIT License",
2225
"Operating System :: OS Independent",
2326
'Topic :: Software Development :: Libraries :: Python Modules'
24-
),
27+
],
2528
)

0 commit comments

Comments
 (0)