diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py
index f1035dfb39..303a48636e 100644
--- a/auto_editor/__init__.py
+++ b/auto_editor/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "23.3.1"
-version = "23w03a"
+__version__ = "23.4.1"
+version = "23w04a"
diff --git a/setup.py b/setup.py
index 518724eb27..08c37fbf22 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,6 @@ def pip_version():
             "aedesc=auto_editor.subcommands.desc:main",
             "aeinfo=auto_editor.subcommands.info:main",
             "aesubdump=auto_editor.subcommands.subdump:main",
-            "aegrep=auto_editor.subcommands.grep:main",
             "aelevels=auto_editor.subcommands.levels:main",
         ]
     },