@ -535,7 +535,7 @@ async def test_"""
|
||||
|
||||
# Add our example to our json output.
|
||||
data["paths"][name][method]["x-python"] = {
|
||||
"example": cleaned_example.replace("def test_", "def "),
|
||||
"example": cleaned_example.replace("def test_", "def example_"),
|
||||
"libDocsLink": "https://python.api.docs.kittycad.io/_autosummary/kittycad.api."
|
||||
+ tag_name
|
||||
+ "."
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "kittycad"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
description = "A client library for accessing KittyCAD"
|
||||
|
||||
authors = []
|
||||
|
Reference in New Issue
Block a user