Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
maikherbig authored Dec 1, 2022
1 parent 8e410ec commit f6f1ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YouLabel/YouLabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _translate(context, text, disambig):
def _translate(context, text, disambig):
return QtWidgets.QApplication.translate(context, text, disambig)

__version__ = "0.2.6" #Python 3.7.10 Version
__version__ = "0.2.7" #Python 3.7.10 Version
print("YouLabel Version: "+__version__)

if sys.platform=="darwin":
Expand Down

0 comments on commit f6f1ca3

Please sign in to comment.