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

Commit

Permalink
change versioning scheme slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
osfanbuff63 committed Dec 31, 2022
1 parent 2c315d2 commit 90664d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vanilla-installer"
version = "v1.0.0b1"
version = "v0.1.0"
description = "An installer of Fabulously Optimized for the vanilla launcher."
authors = [
"osfanbuff63 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion vanilla_installer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) Fabulously Optimized 2022
# Licensed under the MIT License. The full license text can be found at https://github.com/Fabulously-Optimized/vanilla-installer/blob/main/LICENSE.md.
"""An installer of Fabulously Optimized for the vanilla launcher."""
__version__ = "v1.0.0b1"
__version__ = "v0.1.0"
__license__ = "MIT License"
2 changes: 1 addition & 1 deletion vanilla_installer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def fo_to_base64(png_dir: str = ".") -> str:


def get_version() -> str:
__version__ = "v1.0.0b1"
__version__ = "v0.1.0"
return __version__


Expand Down

0 comments on commit 90664d7

Please sign in to comment.