Skip to content

Commit 2eed19d

Browse files
committed
setup: forgot to change version number
1 parent 97ddda6 commit 2eed19d

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
@@ -3,7 +3,7 @@
33

44
setup(
55
name = "django-modelclone",
6-
version = "0.2.0",
6+
version = "0.2.1",
77
description = u"Django application that allows users to clone a model in Admin",
88
packages = [
99
'modelclone',

0 commit comments

Comments
 (0)