From 6fa1e54a04226675c2ad8397c8a1a03c13e9660e Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 27 Mar 2018 15:48:40 -0700 Subject: [PATCH] Prep for 0.4 * Bump version number * update-setup.py * update-zips.py --- importlib_resources/__init__.py | 2 +- .../tests/zipdata01/ziptestdata.zip | Bin 876 -> 876 bytes .../tests/zipdata02/ziptestdata.zip | Bin 698 -> 698 bytes setup.py | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/importlib_resources/__init__.py b/importlib_resources/__init__.py index c02144c3..0ad6c6eb 100644 --- a/importlib_resources/__init__.py +++ b/importlib_resources/__init__.py @@ -2,7 +2,7 @@ import sys -__version__ = '0.3' +__version__ = '0.4' # Use the Python 3.7 stdlib implementation if available. diff --git a/importlib_resources/tests/zipdata01/ziptestdata.zip b/importlib_resources/tests/zipdata01/ziptestdata.zip index 8d8fa97f199cc29f6905404ea05f88926658ee2b..ddcccfb37368b3d80af8a5f5ebdd04c2a887c8c0 100644 GIT binary patch delta 177 zcmaFE_J)loz?+#xgaHJ)GbUEWGXcrlZXlA!7(_an^LA(Sc!L#yh{*+v3X}a9MS*gY zQyJaBlAF7gY;=HfI+J%WDo##j5(i1vFv&0`PM*o63gWC~lwn*sQCdcmkx7IZW?PT9 laNEvq7NABD76)P&*wT1!Vt~|SO(q_Y<^xOtAWDci3IO^uEBpWe delta 176 zcmaFE_J)loz?+#xgaHKF$|i0#W&)D0%t0hiJc!J7<83SJ@dhgZ5t9oT6(;*JiUQ>( zr!t~T?qF1$oWvv!lB{NuVKkjQgGmjcN;|-tkx7IZW?zr@=^uw?fp{P+ a1~MNCwltof%+I6>(tCg@07MBfM*#qvNh@*y diff --git a/importlib_resources/tests/zipdata02/ziptestdata.zip b/importlib_resources/tests/zipdata02/ziptestdata.zip index 6f348899a80491ee0d9b095dffebf7e5a0ae8859..93f4ede5e9573b0c64b0a6f7727c8fa3ed318d12 100644 GIT binary patch delta 100 zcmdnRx{H-3z?+#xgaHJ)GbZvFGXY6QbB^we9`Cb1|E!$M$S5)SKcnEpmEvF-xrq-X jL5$xXKytDxqcez-W0IM?j8PlJyv*nc5pf4m=}f@@S{NZK delta 100 zcmdnRx{H-3z?+#xgaHKF$|mv{GXY6QbB?yM9`Cb1|E!$M$S5)SKcnEpmEvF-xrq-X jL5$xXKytDxqcez-W0IM?j8PlJyv*nc5pf4m=}f@@X%-=c diff --git a/setup.py b/setup.py index 6e305611..449cb386 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ {":python_version < '3'": ['pathlib2'], ":python_version < '3.5'": ['typing']} setup(name='importlib_resources', - version='0.3', + version='0.4', description='Read resources contained within a package.', author='Barry Warsaw', author_email='barry@python.org',