We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1297084 commit b87d4ebCopy full SHA for b87d4eb
auto_editor/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "23.3.1"
2
-version = "23w03a"
+__version__ = "23.4.1"
+version = "23w04a"
setup.py
@@ -69,7 +69,6 @@ def pip_version():
69
"aedesc=auto_editor.subcommands.desc:main",
70
"aeinfo=auto_editor.subcommands.info:main",
71
"aesubdump=auto_editor.subcommands.subdump:main",
72
- "aegrep=auto_editor.subcommands.grep:main",
73
"aelevels=auto_editor.subcommands.levels:main",
74
]
75
},
0 commit comments