diff --git a/setup.py b/setup.py index d10ac34..5ba7b44 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = "pysheeter", - version = "2.0.0", + version = "1.1.0", description = "Simple python library for creating sprite sheets from images", author = "Victor Westerlund", author_email = "victor.vesterlund@gmail.com",