Browse Source

Bump version

master v1.1
Raphael Roberts 5 years ago
parent
commit
f83d2d35dd
  1. 2
      gapi/__init__.py
  2. 2
      setup.py

2
gapi/__init__.py

@ -1,4 +1,4 @@
__version__ = "1.0"
__version__ = "1.1"
import os
import appdirs

2
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",

Loading…
Cancel
Save