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

Commit 90664d7

Browse files
committed
change versioning scheme slightly
1 parent 2c315d2 commit 90664d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vanilla-installer"
3-
version = "v1.0.0b1"
3+
version = "v0.1.0"
44
description = "An installer of Fabulously Optimized for the vanilla launcher."
55
authors = [
66
"osfanbuff63 <[email protected]>",

vanilla_installer/__init__.py

+1-1
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__ = "v1.0.0b1"
4+
__version__ = "v0.1.0"
55
__license__ = "MIT License"

vanilla_installer/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def fo_to_base64(png_dir: str = ".") -> str:
252252

253253

254254
def get_version() -> str:
255-
__version__ = "v1.0.0b1"
255+
__version__ = "v0.1.0"
256256
return __version__
257257

258258

0 commit comments

Comments
 (0)