diff --git a/README.md b/README.md index ea476ec..1e26ec8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ![PyPI - Wheel](https://img.shields.io/pypi/wheel/webarchiver) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/webarchiver) -*Version: 0.32.5* +*Version: 0.32.6* Python tool that allows you to take full page screenshots of pages without ads diff --git a/webarchiver/version.py b/webarchiver/version.py index cd1ecd7..aad4ef6 100644 --- a/webarchiver/version.py +++ b/webarchiver/version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding: utf-8 -__version__ = '0.32.5' +__version__ = '0.32.6' __author__ = "Audel Rouhi" __credits__ = "Audel Rouhi"