diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 07fd07a..4ddb8cc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True tag = False diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 43bf04d..0b35b62 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,9 +3,9 @@ blank_issues_enabled: false contact_links: - - name: GitHub CICD Template Community Support - url: https://github.com/JuanVilla424/github-cicd-template/discussions + - name: Langding Community Support + url: https://github.com/JuanVilla424/langding/discussions about: Please ask and answer questions here. - - name: GitHub CICD Template Security Reports - url: https://juanvilla424.github.io/github-cicd-template/SECURITY + - name: Langding Security Reports + url: https://juanvilla424.github.io/langding/SECURITY about: Please report security vulnerabilities here. diff --git a/pyproject.toml b/pyproject.toml index 07087e3..11e5959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langding" -version = "1.0.4" +version = "1.0.5" description = "Langding is an AI driven landing auto-translate site." authors = ["B "] license = "GLPv3"