Skip to content

Commit

Permalink
Release 1.11.0 (Boga Discus)
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Jan 1, 2025
1 parent 4a5ad76 commit bbb000a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ git_describe_command = [ "git", "describe", "--dirty", "--long" ]
version_scheme = "misc.mkversion:mknumeric"
local_scheme = "no-local-version"
version_file = "rare/_version.py"
fallback_version = "1.10.11.0"
fallback_version = "1.11.0.0"

[tool.nuitka]
assume-yes-for-downloads = true
Expand All @@ -117,8 +117,8 @@ output-filename = "Rare.exe"
file-description = "Rare.exe"
company-name = "RareDevs"
product-name = "Rare"
file-version = "1.10.11.0"
product-version = "1.10.11.0"
file-version = "1.11.0.0"
product-version = "1.11.0.0"
windows-console-mode = "disable"
windows-icon-from-ico = "rare/resources/images/Rare.ico"

Expand All @@ -136,7 +136,7 @@ force-exclude = '''

[tool.poetry]
name = "Rare"
version = "1.10.11.0"
version = "1.11.0.0"
authors = [
"Dummerle [email protected]",
"loathingKernel [email protected]",
Expand Down
2 changes: 1 addition & 1 deletion rare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from rare._version import __version__, __version_tuple__

__codename__ = "Garlic Crab"
__codename__ = "Boga Discus"

# For PyCharm profiler
if __name__ == "__main__":
Expand Down

0 comments on commit bbb000a

Please sign in to comment.