Skip to content

Commit e68b162

Browse files
committed
bump version in __init__.py
git-svn-id: https://django-tagging.googlecode.com/svn/trunk@165 83e7428b-ec2a-0410-86f2-bf466d0e5e72
1 parent 2444fbf commit e68b162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from tagging.managers import ModelTaggedItemManager, TagDescriptor
44

5-
VERSION = (0, 3, 'pre')
5+
VERSION = (0, 4, 'pre')
66

77
class AlreadyRegistered(Exception):
88
"""

0 commit comments

Comments
 (0)