Skip to content

Commit 98da320

Browse files
committed
feat: add function div
1 parent 8921b87 commit 98da320

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

semantic_release_pypi_example/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ def abs(a):
1111

1212
def mul(a,b):
1313
return a*b
14+
15+
def div(a,b):
16+
return a/b

0 commit comments

Comments
 (0)