Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso authored Apr 3, 2024
1 parent 37485da commit a3e7e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from PySide import QtGui
QtWidgets = QtGui

version_info = (2, 4, 0)
version_info = (2, 5, 0)

__version__ = "%s.%s.%s" % version_info
__license__ = "MIT"
Expand Down

0 comments on commit a3e7e80

Please sign in to comment.