Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0475811315 | |||
| d71151ff2b |
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.1.1
|
current_version = 0.1.2
|
||||||
tag = True
|
tag = True
|
||||||
commit = True
|
commit = True
|
||||||
|
|
||||||
|
|||||||
2
main.py
2
main.py
@@ -2,4 +2,4 @@ from src.ui.main_ui import launch
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
launch()
|
launch()
|
||||||
|
# launch()
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
from src.ui.main_ui import launch
|
# from src.ui.main_ui import launch
|
||||||
|
|
||||||
|
from updater import Update
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
launch("--debug")
|
Update()
|
||||||
|
# launch("--debug")
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import sys
|
import sys
|
||||||
from config import Config
|
from config import Config
|
||||||
__version__ = "0.1.1"
|
__version__ = "0.1.2"
|
||||||
__author__ = "Alexander Kirchner"
|
__author__ = "Alexander Kirchner"
|
||||||
__email__ = "alexander.kirchner@ph-freiburg.de"
|
__email__ = "alexander.kirchner@ph-freiburg.de"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user