@ -1,4 +1,4 @@
__version__ = "1.0"
__version__ = "1.1"
import os
import appdirs
@ -5,7 +5,7 @@ with open("requirements.txt") as file:
setup(
name="simple-gapi",
version="1.0",
version="1.1",
description="Useful abstractions for google apis",
install_requires=INSTALL_REQUIRES,
author="Raphael Roberts",