Skip to content

Commit 0059ffe

Browse files
committed
Fix version number on release tag.
--HG-- branch : 0.2.x extra : close : 1 extra : convert_revision : svn%3A7a298fb0-333a-0410-83e7-658617cd9cf3/tags/0.2.0%4049
1 parent b39cbd1 commit 0059ffe

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.1',
106+
version = '0.2',
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)