Skip to content

Commit 52630d5

Browse files
committed
bump for 0.4_pre which is now trunk
git-svn-id: https://django-tagging.googlecode.com/svn/trunk@159 83e7428b-ec2a-0410-86f2-bf466d0e5e72
1 parent dafe6fc commit 52630d5

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
@@ -46,7 +46,7 @@ def fullsplit(path, result=None):
4646
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])
4747

4848
# Dynamically calculate the version based on tagging.VERSION
49-
version_tuple = (0, 3, None)
49+
version_tuple = (0, 4, 'pre')
5050
if version_tuple[2] is not None:
5151
version = "%d.%d_%s" % version_tuple
5252
else:

0 commit comments

Comments
 (0)