diff --git a/CHANGES.rst b/CHANGES.rst index f7c12934..69781c22 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Lupa change log =============== -2.1 (2023-??-??) +2.1 (2023-10-06) ---------------- * The bundled Lua 5.1 was updated to 5.1.5 and Lua 5.2 to 5.2.4. diff --git a/setup.py b/setup.py index 909860c8..06b31e33 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ except ImportError: from distutils.core import setup, Extension -VERSION = '2.0' +VERSION = '2.1' extra_setup_args = {}