Skip to content

Commit

Permalink
Merge branch 'stage'
Browse files Browse the repository at this point in the history
  • Loading branch information
debonzi committed Aug 17, 2018
2 parents c1b7525 + 03d1acd commit af546d5
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 @@ -40,7 +40,7 @@ def long_desc_img_replacer(long_desc):


setup(name='gces',
version='0.0.4-alpha',
version='0.0.5-alpha',
description='Google Cloud Event System.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -56,6 +56,6 @@ def long_desc_img_replacer(long_desc):
],
install_requires=requires,
extras_require=extras_require,
url='',
url='https://github.com/debonzi/gc-event-system',
packages=['gces'],
)

0 comments on commit af546d5

Please sign in to comment.