Skip to content

Commit 1848874

Browse files
committed
version updated to 0.0.5
1 parent 2b10728 commit 1848874

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
2121
os.system('twine upload dist/*')
2222
sys.exit(0)
2323

24-
VERSION = '0.0.4'
24+
VERSION = '0.0.5'
2525
REQUIRES = ['google-api-python-client>=1.5.3', 'pandas>=0.22.0', 'fire>=0.1.3']
26-
26+
GITHUB_URL = 'https://github.com/condad/google-objects'
2727

2828
setup(
2929
name='google_objects',
3030
packages=find_packages(),
3131
version=VERSION,
32-
description="A simple OO wrapper around google's python API client",
32+
description="A simple OO wrapper around Google's python API client",
3333
long_description=README,
3434
long_description_content_type='text/markdown',
3535
author='Connor Sullivan',
3636
author_email='[email protected]',
3737
install_requires=REQUIRES,
38-
url='https://github.com/condad/google-objects',
38+
url=GITHUB_URL,
3939
download_url='https://github.com/condad/google-objects/tarball/' + VERSION,
4040
keywords=['google api', 'google sheets', 'google drive', 'google slides'],
4141
classifiers=[

0 commit comments

Comments
 (0)