Version 0.1.3

This commit is contained in:
Markus Unterwaditzer 2014-04-15 17:48:05 +02:00
parent 972467986e
commit 0d3997b105
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.2', version='0.1.3',
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.2' __version__ = '0.1.3'