Release 0.1.1

argus-core@0.1.1
argus-parser@0.1.1
pyargus@0.1.1

Generated by cargo-workspaces
This commit is contained in:
Anand Balakrishnan 2023-10-06 00:30:42 -07:00
parent 53e0710558
commit 1ea0faf327
No known key found for this signature in database
7 changed files with 16 additions and 13 deletions

View file

@ -10,8 +10,8 @@ project = "Argus"
copyright = "2023, Anand Balakrishnan"
author = "Anand Balakrishnan"
version = "v0.1.0"
release = "0.1.0"
version = "v0.1.1"
release = "0.1.1"
extensions = [
"autoapi.extension",
@ -30,7 +30,7 @@ html_theme_options = {"use_edit_page_button": True, "github_url": "https://githu
html_context = {
"github_user": "anand-bala",
"github_repo": "argus",
"github_version": "v0.1.0",
"github_version": "v0.1.1",
"doc_path": "docs",
}