Skip to content

Commit ebd5b45

Browse files
committed
Forcing publish
1 parent e266127 commit ebd5b45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/PythonProjectBootstrapperTest

src/PythonProjectBootstrapperTest/Math.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# ----------------------------------------------------------------------
77
"""Basic math functions. This file illustrates how to create a python package that contains functions that can be invoked by other python code."""
88

9+
# This is a change to force a publish
10+
911

1012
# ----------------------------------------------------------------------
1113
def Add(x, y):

0 commit comments

Comments
 (0)