We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ddec7 commit e8c9088Copy full SHA for e8c9088
setup.cfg
@@ -0,0 +1,3 @@
1
+[egg_info]
2
+tag_build = dev
3
+tag_svn_revision = true
setup.py
@@ -110,7 +110,7 @@ def run(self):
110
111
setup(
112
name = 'CouchDB',
113
- version = '0.6.1',
+ version = '0.6.2',
114
description = 'Python library for working with CouchDB',
115
long_description = \
116
"""This is a Python library for CouchDB. It provides a convenient high level
0 commit comments