diff --git a/tlex-encoding.cabal b/tlex-encoding.cabal
--- a/tlex-encoding.cabal
+++ b/tlex-encoding.cabal
@@ -2,12 +2,12 @@
 build-type:          Custom
 
 name:                tlex-encoding
-version:             0.4.0.0
+version:             0.4.1.0
 license:             Apache-2.0 OR MPL-2.0
 license-file:        LICENSE
 copyright:           (c) 2021 Mizunashi Mana
 author:              Mizunashi Mana
-maintainer:          mizunashi-mana@noreply.git
+maintainer:          contact@mizunashi.work
 
 category:            Parsing
 homepage:            https://github.com/mizunashi-mana/tlex
@@ -93,7 +93,7 @@
 
         -- project depends
         tlex-core            >= 0.4.0 && < 0.5,
-        tlex                 >= 0.4.0 && < 0.5,
+        tlex                 >= 0.4.0 && < 0.6,
         charset              >= 0.3.7 && < 1,
         containers           >= 0.6.0 && < 1,
         enummapset           >= 0.7.1 && < 1,
