diff --git a/README.md b/README.md index 8a2ee169b..960ecdc7b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -## Updates (April 1, 2016) -Yowsup v2.4.102 is out, See [release notes](https://github.com/tgalal/yowsup/releases/tag/v2.4.102) +## Updates (May 22, 2016) +Yowsup v2.5.0 is out, See [release notes](https://github.com/tgalal/yowsup/releases/tag/v2.5.0) ========================================================== diff --git a/yowsup/__init__.py b/yowsup/__init__.py index 255448118..77f582639 100644 --- a/yowsup/__init__.py +++ b/yowsup/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2.4.103" +__version__ = "2.5.0" __author__ = "Tarek Galal"