diff --git a/pyproject.toml b/pyproject.toml index a6f67ab..0db89db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "doclearn" -version = "1.4.0" +version = "1.4.1" description = "A project that allows AI to learn and update through GitHub documentation." readme = "README.md" license = "MIT" @@ -37,7 +37,7 @@ dev-dependencies = [ [tool.commitizen] name = "cz_gitmoji" -version = "1.4.0" +version = "1.4.1" tag_format = "v$version" version_files = [ "pyproject.toml:version",