Skip to content

Commit 61ad67f

Browse files
committed
feat: update universalpython to fix comma issue
1 parent 50dc180 commit 61ad67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ display(now.strftime("%m/%d/%Y, %H:%M:%S"))
656656
}}>
657657

658658
<py-config>{`
659-
packages = ["https://test-files.pythonhosted.org/packages/6a/2b/6a3f7eded685c7445d270c6272e71b8fb5a54f994e2c25adf526b0f6ec30/urdupython-0.1.8-py3-none-any.whl"]
659+
packages = ["https://test-files.pythonhosted.org/packages/6c/15/93763e4add12fb2b487ffc331f2c01c4592d58b239323bb8cd584fe8777f/urdupython-0.1.9-py3-none-any.whl"]
660660
`}</py-config>
661661

662662
{/* <py-config>{`

0 commit comments

Comments
 (0)