Version 0.1.2

This commit is contained in:
Markus Unterwaditzer 2014-04-06 14:00:05 +02:00
parent a16d8a719e
commit 7663ea8a7a
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from setuptools import setup, find_packages
setup( setup(
name='vdirsyncer', name='vdirsyncer',
version='0.1.1', version='0.1.2',
author='Markus Unterwaditzer', author='Markus Unterwaditzer',
author_email='markus@unterwaditzer.net', author_email='markus@unterwaditzer.net',
url='https://github.com/untitaker/vdirsyncer', url='https://github.com/untitaker/vdirsyncer',

View file

@ -9,4 +9,4 @@
:copyright: (c) 2014 Markus Unterwaditzer :copyright: (c) 2014 Markus Unterwaditzer
:license: MIT, see LICENSE for more details. :license: MIT, see LICENSE for more details.
''' '''
__version__ = '0.1.1' __version__ = '0.1.2'