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 b187470 commit 19cdb3a
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 @@ -91,7 +91,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 @@ -115,8 +115,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 @@ -134,7 +134,7 @@ force-exclude = '''

[tool.poetry]
name = "Rare"
version = "1.10.11.0"
version = "1.11.0.0"
authors = [
"Dummerle 44114474+Dummerle@users.noreply.github.com",
"loathingKernel 142770+loathingKernel@users.noreply.github.com",
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 19cdb3a

Please sign in to comment.