mirror of
https://codeberg.org/vlw/pysheeter.git
synced 2025-09-14 11:33:42 +02:00
fix(versioning): version 1.1.0
This commit is contained in:
parent
c21b0a2d6f
commit
4819eced5e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pysheeter",
|
name = "pysheeter",
|
||||||
version = "2.0.0",
|
version = "1.1.0",
|
||||||
description = "Simple python library for creating sprite sheets from images",
|
description = "Simple python library for creating sprite sheets from images",
|
||||||
author = "Victor Westerlund",
|
author = "Victor Westerlund",
|
||||||
author_email = "victor.vesterlund@gmail.com",
|
author_email = "victor.vesterlund@gmail.com",
|
||||||
|
|
Loading…
Add table
Reference in a new issue