diff --git a/setup.py b/setup.py index 389c4d9..d051478 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages setup( name='vdirsyncer', - version='0.1.1', + version='0.1.2', author='Markus Unterwaditzer', author_email='markus@unterwaditzer.net', url='https://github.com/untitaker/vdirsyncer', diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index 49bcf31..2aa1e5e 100644 --- a/vdirsyncer/__init__.py +++ b/vdirsyncer/__init__.py @@ -9,4 +9,4 @@ :copyright: (c) 2014 Markus Unterwaditzer :license: MIT, see LICENSE for more details. ''' -__version__ = '0.1.1' +__version__ = '0.1.2'