Skip to content

Commit 230fca7

Browse files
committed
Fix version number on 0.4.0 tag (oops).
--HG-- branch : 0.4.x extra : close : 1 extra : convert_revision : svn%3A7a298fb0-333a-0410-83e7-658617cd9cf3/tags/0.4.0%4083
1 parent a261438 commit 230fca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def run(self):
103103

104104
setup(
105105
name = 'CouchDB',
106-
version = '0.3',
106+
version = '0.4',
107107
description = 'Python library for working with CouchDB',
108108
long_description = \
109109
"""This is a Python library for CouchDB. It provides a convenient high level

0 commit comments

Comments
 (0)