diff --git a/HISTORY.rst b/HISTORY.rst index 6eed4a06..e66d54da 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,8 +3,8 @@ Release History --------------- -1.9.3 (?) -+++++++++ +1.9.3 (2020-04-07) +++++++++++++++++++ **Features and Improvements** diff --git a/internetarchive/__init__.py b/internetarchive/__init__.py index 702eb373..4b59a81d 100644 --- a/internetarchive/__init__.py +++ b/internetarchive/__init__.py @@ -37,7 +37,7 @@ from __future__ import absolute_import __title__ = 'internetarchive' -__version__ = '1.9.3.dev4' +__version__ = '1.9.3' __author__ = 'Jacob M. Johnson' __license__ = 'AGPL 3' __copyright__ = 'Copyright (C) 2012-2019 Internet Archive'