Skip to content

Commit

Permalink
Example master commit that should trigger deploy/release once
Browse files Browse the repository at this point in the history
  • Loading branch information
nickderobertis committed Oct 24, 2021
1 parent 8421c87 commit c186264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]

# Package version in the format (major, minor, release)
PACKAGE_VERSION_TUPLE = (0, 2, 1)
PACKAGE_VERSION_TUPLE = (0, 2, 2)

# Short description of the package
PACKAGE_SHORT_DESCRIPTION = 'Python package PyPi Sphinx quickstart example app'
Expand Down
2 changes: 2 additions & 0 deletions py_qs_example/mymodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ def less_important_function(num: int) -> str:
:return: A return value
"""
return f'{num}'

# TODO: a test TODO

0 comments on commit c186264

Please sign in to comment.