There was an error while loading. Please reload this page.
1 parent 8ed2440 commit ec75771Copy full SHA for ec75771
setup.py
@@ -4,7 +4,7 @@
4
'''The setup and build script for the python-yelp-v2 library.'''
5
6
__author__ = 'github@mathisonian.com'
7
-__version__ = '0.5.2'
+__version__ = '0.5.3'
8
9
10
# The base package metadata to be used by both distutils and setuptools
@@ -49,4 +49,4 @@ def Main():
49
distutils.core.setup(**METADATA)
50
51
if __name__ == '__main__':
52
- Main()
+ Main()
0 commit comments