Version 0.1.4

This commit is contained in:
Markus Unterwaditzer 2014-04-30 01:19:48 +02:00
parent a1063b0e06
commit 24a913988b
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.3', version='0.1.4',
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.3' __version__ = '0.1.4'