fix(versioning): version 1.1.0

This commit is contained in:
Victor Westerlund 2023-06-17 14:04:38 +02:00
parent c21b0a2d6f
commit 4819eced5e

View file

@ -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",