diff --git a/dist/pysheeter-VicW-1.0.0.tar.gz b/dist/pysheeter-VicW-1.0.0.tar.gz deleted file mode 100644 index 80b72a3..0000000 Binary files a/dist/pysheeter-VicW-1.0.0.tar.gz and /dev/null differ diff --git a/dist/pysheeter-VicW-1.0.1.tar.gz b/dist/pysheeter-VicW-1.0.1.tar.gz new file mode 100644 index 0000000..731da1b Binary files /dev/null and b/dist/pysheeter-VicW-1.0.1.tar.gz differ diff --git a/dist/pysheeter_VicW-1.0.0-py3-none-any.whl b/dist/pysheeter_VicW-1.0.1-py3-none-any.whl similarity index 85% rename from dist/pysheeter_VicW-1.0.0-py3-none-any.whl rename to dist/pysheeter_VicW-1.0.1-py3-none-any.whl index f41eb4f..67fd925 100644 Binary files a/dist/pysheeter_VicW-1.0.0-py3-none-any.whl and b/dist/pysheeter_VicW-1.0.1-py3-none-any.whl differ diff --git a/pysheeter_VicW.egg-info/PKG-INFO b/pysheeter_VicW.egg-info/PKG-INFO index 6cb75fc..cc56484 100644 --- a/pysheeter_VicW.egg-info/PKG-INFO +++ b/pysheeter_VicW.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pysheeter-VicW -Version: 1.0.0 +Version: 1.0.1 Summary: Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow Home-page: https://github.com/VictorWesterlund/pysheeter Author: VicW diff --git a/pysheeter_VicW.egg-info/SOURCES.txt b/pysheeter_VicW.egg-info/SOURCES.txt index a361fee..68c90ec 100644 --- a/pysheeter_VicW.egg-info/SOURCES.txt +++ b/pysheeter_VicW.egg-info/SOURCES.txt @@ -3,4 +3,5 @@ setup.py pysheeter_VicW.egg-info/PKG-INFO pysheeter_VicW.egg-info/SOURCES.txt pysheeter_VicW.egg-info/dependency_links.txt +pysheeter_VicW.egg-info/requires.txt pysheeter_VicW.egg-info/top_level.txt \ No newline at end of file diff --git a/pysheeter_VicW.egg-info/requires.txt b/pysheeter_VicW.egg-info/requires.txt new file mode 100644 index 0000000..7e2fba5 --- /dev/null +++ b/pysheeter_VicW.egg-info/requires.txt @@ -0,0 +1 @@ +Pillow diff --git a/setup.py b/setup.py index 59b5a42..89dde3a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md","r") as fh: setuptools.setup( name="pysheeter-VicW", - version="1.0.0", + version="1.0.1", author="VicW", author_email="victor.vesterlund@gmail.com", description="Lightweight Python-script to create sprite sheets from transparent PNGs with Pillow",