We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f8209 commit 0414d07Copy full SHA for 0414d07
openroast/views/aboutwindow.py
@@ -39,7 +39,7 @@ def create_ui(self):
39
self.licenseTextBox.setReadOnly(True)
40
41
# Version
42
- versionLabelString = "Version - 1.0.0"
+ versionLabelString = "Version - 1.0.1"
43
self.versionLabel = QtWidgets.QLabel(versionLabelString)
44
self.versionLabel.setObjectName("versionLabel")
45
self.versionLabel.setAlignment(QtCore.Qt.AlignCenter)
setup.py
@@ -54,7 +54,7 @@
54
55
setup(
56
name='Openroast',
57
- version='1.0.0',
+ version='1.0.1',
58
description='An open source, cross-platform application for home coffee roasting',
59
long_description=README,
60
license='GPLv3',
0 commit comments