Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Nowiasz <mark@nowiasz.de>
  • Loading branch information
mnowiasz authored and Mark Nowiasz committed Mar 20, 2021
1 parent cf8736a commit 194ae79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qisit/qt/main/qisitmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def qtmain():
QtCore.QCoreApplication.setOrganizationDomain("qisit.app")
QtCore.QCoreApplication.setOrganizationName("qisit")
QtCore.QCoreApplication.setApplicationName("qisit")
QtCore.QCoreApplication.setApplicationVersion("0.8.0_alpha")
QtCore.QCoreApplication.setApplicationVersion("0.8.0")

# CTRL-C
signal.signal(signal.SIGINT, signal.SIG_DFL)
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='qisit',
version='0.8.0_alpha',
version='0.8.0',
packages = find_packages(include=['qisit','qisit.*']),
package_data={
"qisit": ["LICENSE.md"],
Expand Down

0 comments on commit 194ae79

Please sign in to comment.