Package couchdbkit :: Module version
[hide private]
[frames] | no frames]

Source Code for Module couchdbkit.version

1  # -*- coding: utf-8 - 
2  # 
3  # This file is part of couchdbkit released under the MIT license. 
4  # See the NOTICE for more information. 
5   
6  version_info = (0, 6, 2) 
7  __version__ =  ".".join(map(str, version_info)) 
8