Skip to content

Commit aa7be04

Browse files
committed
version updated
1 parent c8a65ac commit aa7be04

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
@@ -5,7 +5,7 @@
55
setup(
66
name="django-advance-dumpdata",
77
zip_safe=False,
8-
version="0.0.1",
8+
version="0.0.2",
99
description="Django Manage Command; Output the contents of the database"
1010
" as a fixture of the given format,filter and more features ",
1111
long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),

0 commit comments

Comments
 (0)