Skip to content

Commit

Permalink
Increment version patch number
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent 113c69c commit 5580a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
__author__ = "Michael McGarrah <mcgarrah@gmail.com>"
__email__ = "mcgarrah@gmail.com"

__version_info__ = ('0', '1', '11')
__version_info__ = ('0', '1', '12')
__version__ = '.'.join(__version_info__)

__build_date__ = '2024-12-16-00-43-37'
__build_date__ = '2024-12-16-00-45-14'

__all__ = [
"__author__",
Expand Down

0 comments on commit 5580a19

Please sign in to comment.