Skip to content

Commit 0e63d69

Browse files
authored
Update setup.py
1 parent e5c1d91 commit 0e63d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
setup_args = dict(
88
name='django-query-to-table',
9-
version='1.1.0',
9+
version='1.1.1',
1010
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',
1414
packages=find_packages(),
15-
author='M.Shaeri',
15+
author='R.E',
1616

1717
keywords=['Django', 'Report', 'HTML', 'Table', 'SQL'],
1818
url='https://github.com/birddevelper/django-query-to-table',

0 commit comments

Comments
 (0)