We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8921b87 commit 98da320Copy full SHA for 98da320
semantic_release_pypi_example/__init__.py
@@ -11,3 +11,6 @@ def abs(a):
11
12
def mul(a,b):
13
return a*b
14
+
15
+def div(a,b):
16
+ return a/b
0 commit comments