Skip to content

Commit

Permalink
Merge pull request #134 from EmbroidePy/ZHS
Browse files Browse the repository at this point in the history
Version Bump 1.4.32
  • Loading branch information
tatarize authored Dec 20, 2021
2 parents 86f1039 + 6b66a19 commit e13ec9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ language: python
python:
- "2.7"
- "3.6"
- "3.9"
script:
- python -m unittest discover test
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@

setuptools.setup(
name="pyembroidery",
version="1.4.31",
version="1.4.32",
author="Tatarize",
author_email="[email protected]",
description="Embroidery IO library",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/EmbroidePy/pyembroidery",
packages=setuptools.find_packages(),
classifiers=(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
'Topic :: Software Development :: Libraries :: Python Modules'
),
],
)

0 comments on commit e13ec9e

Please sign in to comment.