Skip to content

Commit cd140fa

Browse files
author
Douglas Lassance
committed
Update version number for distribution
1 parent d016bd8 commit cd140fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
from distutils.core import setup
1818

1919
setup(name="PyExifTool",
20-
version="0.1",
20+
version="0.1.1.post1",
2121
description="Python wrapper for exiftool",
2222
license="GPLv3+",
2323
author="Sven Marnach",
2424
author_email="[email protected]",
25-
url="http://github.com/smarnach/pyexiftool",
25+
url="https://github.com/blurstudio/pyexiftool/tree/shell-option",
2626
classifiers=[
2727
"Development Status :: 3 - Alpha",
2828
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)