diff --git a/docs/conf.py b/docs/conf.py index 56fc84e..cdd4e65 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = u'0.4.1' +version = u'0.4.2' # The full version, including alpha/beta/rc tags. -release = u'0.4.1' +release = u'0.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/herepy/__init__.py b/herepy/__init__.py index bce3ccf..e53a833 100644 --- a/herepy/__init__.py +++ b/herepy/__init__.py @@ -8,7 +8,7 @@ __email__ = 'abdullahselek@gmail.com' __copyright__ = 'Copyright (c) 2017 Abdullah Selek' __license__ = 'MIT License' -__version__ = '0.4.1' +__version__ = '0.4.2' __url__ = 'https://github.com/abdullahselek/HerePy' __download_url__ = 'https://pypi.org/pypi/herepy' __description__ = 'A Python wrapper around the HERE APIs'