Skip to content

Commit

Permalink
Updated version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
betterengineering committed Nov 17, 2015
1 parent f1f8209 commit 0414d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openroast/views/aboutwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def create_ui(self):
self.licenseTextBox.setReadOnly(True)

# Version
versionLabelString = "Version - 1.0.0"
versionLabelString = "Version - 1.0.1"
self.versionLabel = QtWidgets.QLabel(versionLabelString)
self.versionLabel.setObjectName("versionLabel")
self.versionLabel.setAlignment(QtCore.Qt.AlignCenter)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

setup(
name='Openroast',
version='1.0.0',
version='1.0.1',
description='An open source, cross-platform application for home coffee roasting',
long_description=README,
license='GPLv3',
Expand Down

0 comments on commit 0414d07

Please sign in to comment.