We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a99643 commit 8fc9625Copy full SHA for 8fc9625
setup.py
@@ -6,7 +6,7 @@
6
7
setup_args = dict(
8
name='django-query-to-table',
9
- version='1.0.0',
+ version='1.1.0',
10
description='A simple to use Django package to turn your queryset and sql query into a beautiful reporting html table',
11
long_description_content_type="text/markdown",
12
long_description=README,
0 commit comments