From f83d2d35dd583e358b0d5cbb4f6621db88e3fa48 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 24 Apr 2021 23:50:35 -0500 Subject: [PATCH] Bump version --- gapi/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gapi/__init__.py b/gapi/__init__.py index 2e42daf..0231d1b 100644 --- a/gapi/__init__.py +++ b/gapi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0" +__version__ = "1.1" import os import appdirs diff --git a/setup.py b/setup.py index 38c489e..4288f8a 100644 --- a/setup.py +++ b/setup.py @@ -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",