Skip to content

Commit ec75771

Browse files
committed
Bump version.
1 parent 8ed2440 commit ec75771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''The setup and build script for the python-yelp-v2 library.'''
55

66
__author__ = 'github@mathisonian.com'
7-
__version__ = '0.5.2'
7+
__version__ = '0.5.3'
88

99

1010
# The base package metadata to be used by both distutils and setuptools
@@ -49,4 +49,4 @@ def Main():
4949
distutils.core.setup(**METADATA)
5050

5151
if __name__ == '__main__':
52-
Main()
52+
Main()

0 commit comments

Comments
 (0)