From 67d4461afd9f4c4cc7692af19f754fd271ce9e71 Mon Sep 17 00:00:00 2001 From: Alex Forrence Date: Mon, 20 Dec 2021 21:32:31 -0500 Subject: [PATCH] bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81dd001..7d639af 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setuptools.setup( name="patlas", - version="0.0.1", + version="0.0.2", author="Alex Forrence", author_email="alex.forrence@gmail.com", description="Simple texture atlas packer",