diff --git a/MANIFEST.in b/MANIFEST.in index 50990c0..0eb10eb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include *.txt recursive-include docs *.txt -recursive-include tests *.jpg \ No newline at end of file +recursive-include tests *.jpg *.py *.tif \ No newline at end of file diff --git a/doc/changes.rst b/doc/changes.rst index 7377870..df3418c 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,11 @@ Changelog 1.0.6 ----- +- Fix packaging. + +1.0.6 +----- + - Refactoring. 1.0.5 diff --git a/piexif/__init__.py b/piexif/__init__.py index 360d706..d581453 100644 --- a/piexif/__init__.py +++ b/piexif/__init__.py @@ -6,4 +6,4 @@ from ._exif import * -VERSION = '1.0.6' +VERSION = '1.0.7'