Skip to content

Commit

Permalink
Merge branch '0.4prep' into 'master'
Browse files Browse the repository at this point in the history
Prep for 0.4

See merge request python-devs/importlib_resources!56
  • Loading branch information
warsaw committed Mar 27, 2018
2 parents bd5afac + 6fa1e54 commit 2d5c1ef
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion importlib_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import sys

__version__ = '0.3'
__version__ = '0.4'


# Use the Python 3.7 stdlib implementation if available.
Expand Down
Binary file modified importlib_resources/tests/zipdata01/ziptestdata.zip
Binary file not shown.
Binary file modified importlib_resources/tests/zipdata02/ziptestdata.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2d5c1ef

Please sign in to comment.