Skip to content

Commit 7df2921

Browse files
committed
feat: upgrade to 1.0.0
1 parent fb236f2 commit 7df2921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
setup_args = dict(
88
name='django-query-to-table',
9-
version='0.1.9',
10-
description='A simple to use Django package to turn your sql query into a beautiful reporting html table',
9+
version='1.0.0',
10+
description='A simple to use Django package to turn your queryset and sql query into a beautiful reporting html table',
1111
long_description_content_type="text/markdown",
1212
long_description=README,
1313
license='GNU',

0 commit comments

Comments
 (0)