diff --git a/HISTORY.rst b/HISTORY.rst index b28ab76d..b1e10a80 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,8 +3,8 @@ Release History --------------- -1.9.4 (?) -+++++++++ +1.9.4 (2020-06-24) +++++++++++++++++++ **Features and Improvements** diff --git a/internetarchive/__init__.py b/internetarchive/__init__.py index 15732232..6acbe105 100644 --- a/internetarchive/__init__.py +++ b/internetarchive/__init__.py @@ -37,7 +37,7 @@ from __future__ import absolute_import __title__ = 'internetarchive' -__version__ = '1.9.4.dev4' +__version__ = '1.9.4' __author__ = 'Jacob M. Johnson' __license__ = 'AGPL 3' __copyright__ = 'Copyright (C) 2012-2019 Internet Archive'