diff --git a/pgloader/options.py b/pgloader/options.py index 96b41ca..f2bd008 100644 --- a/pgloader/options.py +++ b/pgloader/options.py @@ -2,7 +2,7 @@ # # Some common options, for each module to get them -PGLOADER_VERSION = '2.2.6~dev' +PGLOADER_VERSION = '2.2.6' INPUT_ENCODING = None PG_CLIENT_ENCODING = 'latin9'