diff --git a/CHANGES.rst b/CHANGES.rst index 9b71bb8..e10be28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.19.0 (2018-03-24) +0.19.1 (2018-03-24) ------------------- - Add additional output for the current request. [Robin Gloster] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 482e4a1..db7a416 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.19.0' +__version__ = '0.19.1'