diff --git a/pyproject.toml b/pyproject.toml index 80d0386..7db0f79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama-assistant" -version = "0.1.39" +version = "0.1.40" authors = [ {name = "Viet-Anh Nguyen", email = "vietanh.dev@gmail.com"}, ] @@ -44,8 +44,8 @@ dependencies = [ dynamic = [] [project.urls] -Homepage = "https://github.com/vietanhdev/llama-assistant" -"Bug Tracker" = "https://github.com/vietanhdev/llama-assistant/issues" +Homepage = "https://github.com/nrl-ai/llama-assistant" +"Bug Tracker" = "https://github.com/nrl-ai/llama-assistant/issues" [project.scripts] llama-assistant = "llama_assistant.main:main" diff --git a/setup.cfg b/setup.cfg index 92bf846..afdf85a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,9 +5,9 @@ author_email = vietanh.dev@gmail.com description = An AI assistant powered by Llama models long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/vietanhdev/llama-assistant +url = https://github.com/nrl-ai/llama-assistant project_urls = - Bug Tracker = https://github.com/vietanhdev/llama-assistant/issues + Bug Tracker = https://github.com/nrl-ai/llama-assistant/issues classifiers = Development Status :: 3 - Alpha Intended Audience :: Developers