diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-10-07 00:46:56 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-10-07 00:46:56 +0200 |
commit | 9066be68b6b6d960b4f3f6cc8b56b35731f1b75a (patch) | |
tree | 08d4d13b8ba36b4a706d0fd93d09f28b0422bfc1 /setup.py | |
parent | 83cca3541c1171102bcda16aa5aab732f5a9097f (diff) |
Imported vobject-0.4.3
into Git repository
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ from setuptools import setup, find_packages # Metadata
PACKAGE_NAME = "vobject"
-PACKAGE_VERSION = "0.4.2"
+PACKAGE_VERSION = "0.4.3"
ALL_EXTS = ['*.py', '*.ics', '*.txt']
|