Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit f70908a

Browse files
committed
🔖 0.2.0
1 parent 25bae10 commit f70908a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vanilla-installer"
3-
version = "v0.1.0"
3+
version = "0.2.0"
44
description = "An installer of Fabulously Optimized for the vanilla launcher."
55
authors = [
66
"osfanbuff63 <[email protected]>",
@@ -55,11 +55,10 @@ vanilla-installer-gui = {callable = "vanilla_installer:gui.run", extras = ["gui"
5555
gui = ["pyside6"]
5656

5757
[tool.poetry_bumpversion.file."vanilla_installer/__init__.py"]
58-
[tool.poetry_bumpversion.file."vanilla_installer/main.py"]
5958

6059
[tool.pyproject-appimage]
6160
script = "vanilla-installer"
62-
output = "VanillaInstaller-v0.1.1.AppImage"
61+
output = "VanillaInstaller-v0.2.0.AppImage"
6362

6463
[tool.isort]
6564
profile = "black"

vanilla_installer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) Fabulously Optimized 2022
22
# Licensed under the MIT License. The full license text can be found at https://github.com/Fabulously-Optimized/vanilla-installer/blob/main/LICENSE.md.
33
"""An installer of Fabulously Optimized for the vanilla launcher."""
4-
__version__ = "v0.1.0"
4+
__version__ = "0.2.0"
55
__license__ = "MIT License"

vanilla_installer/gui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ def selectDirectory(self, parent) -> None:
327327
Args:
328328
parent (str): The parent window.
329329
"""
330-
print("creating dialog")
331330
dialog = QFileDialog(
332331
parent,
333332
QCoreApplication.translate("MainWindow", "Select .minecraft folder", None),

0 commit comments

Comments
 (0)