Skip to content

Commit

Permalink
Changes to meet Szillard requests ...
Browse files Browse the repository at this point in the history
  • Loading branch information
zrougamed committed Feb 14, 2021
1 parent cf2126b commit e6863b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setuptools.setup(
name="pyTigerDriver",
version="v1.0.11",
version="v1.0.12",
author="Zrouga Mohamed",
author_email="medzrouga@gmail.com",
description="GSQL client for TigerGraph",
long_description=desc,
long_description_content_type="text/markdown",
keywords=['gsql', 'client','tigergraph'],
requires=[],
requires=["requests"],
url="https://github.com/Zrouga-Mohamed/pyTigerDriver",
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit e6863b0

Please sign in to comment.