mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Version 0.1.2
This commit is contained in:
parent
a16d8a719e
commit
7663ea8a7a
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(
|
||||
name='vdirsyncer',
|
||||
version='0.1.1',
|
||||
version='0.1.2',
|
||||
author='Markus Unterwaditzer',
|
||||
author_email='markus@unterwaditzer.net',
|
||||
url='https://github.com/untitaker/vdirsyncer',
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
:copyright: (c) 2014 Markus Unterwaditzer
|
||||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
__version__ = '0.1.1'
|
||||
__version__ = '0.1.2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue