mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Version 0.1.3
This commit is contained in:
parent
972467986e
commit
0d3997b105
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue