Skip to content

Commit

Permalink
patch increment
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Oct 6, 2023
1 parent 5db779a commit a33e5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunpowder/version_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__major__ = 1
__minor__ = 3
__patch__ = 0
__patch__ = 1
__tag__ = ""
__version__ = "{}.{}.{}{}".format(__major__, __minor__, __patch__, __tag__).strip(".")

Expand Down

0 comments on commit a33e5b4

Please sign in to comment.