Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wo1fsea committed Feb 14, 2024
1 parent 00eb073 commit 7263b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
setup(
name='PyTexturePacker',
packages=find_packages(exclude=['docs', 'tests', 'test_image']),
version='1.2.0',
version='1.2.1',
description='an package to create sprite sheets or sprite atlases',
long_description_content_type="text/x-rst",
long_description=open('README.rst').read(),
author='Quanyong Huang',
author_email='quanyongh@foxmail.com',
url='https://github.com/wo1fsea/PyTexturePacker',
download_url='https://github.com/wo1fsea/PyTexturePacker/releases/tag/v1.2.0',
download_url='https://github.com/wo1fsea/PyTexturePacker/releases/tag/v1.2.1',
keywords=['TexturePacker', 'cocos2d-x', 'sprite-sheet', 'texture-pack'],
license='MIT',
install_requires=['Pillow'],
Expand Down

0 comments on commit 7263b45

Please sign in to comment.