Skip to content

Commit f777aa1

Browse files
committed
-
1 parent 38dc44c commit f777aa1

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.0.2'
48+
version = '1.0.3'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.0.2'
50+
release = '1.0.3'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

python_toolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import python_toolbox.monkeypatch_copyreg
1616
import python_toolbox.monkeypatch_envelopes
1717

18-
__version__ = '1.0.2'
18+
__version__ = '1.0.3'
1919
__version_info__ = python_toolbox.version_info.VersionInfo(
2020
*(map(int, __version__.split('.')))
2121
)

test_python_toolbox/test_import_tools/test_exists/test_zip.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import tempfile
1111
import shutil
1212

13-
import pkg_resources
1413
import nose.tools
1514

1615
from python_toolbox import sys_tools
@@ -19,9 +18,6 @@
1918
from python_toolbox import temp_file_tools
2019
from python_toolbox.import_tools import exists
2120

22-
from . import resources as __resources_package
23-
resources_package = __resources_package.__name__
24-
2521

2622
zip_string = (
2723
b'PK\x03\x04\x14\x00\x00\x00\x08\x00\xd0cI>c\xad\x8e3U\x00\x00\x00b\x00'

0 commit comments

Comments
 (0)