diff --git a/README.rst b/README.rst index 16c58903..f383172d 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Webrecorder pywb 2.8 +Webrecorder pywb 2.8.1 ==================== .. image:: https://raw.githubusercontent.com/webrecorder/pywb/main/pywb/static/pywb-logo.png @@ -13,7 +13,7 @@ Web Archiving Tools for All `View the full pywb documentation `_ -**pywb** is a Python (2 and 3) web archiving toolkit for replaying web archives large and small as accurately as possible. +**pywb** is a Python 3 web archiving toolkit for replaying web archives large and small as accurately as possible. The toolkit now also includes new features for creating high-fidelity web archives. This toolset forms the foundation of Webrecorder project, but also provides a generic web archiving toolkit diff --git a/pywb/version.py b/pywb/version.py index 7a0b66ab..6b869bbc 100644 --- a/pywb/version.py +++ b/pywb/version.py @@ -1,4 +1,4 @@ -__version__ = '2.8.0' +__version__ = '2.8.1' if __name__ == '__main__': print(__version__)