Skip to content

Commit

Permalink
Merge pull request #347 from loathingKernel/next
Browse files Browse the repository at this point in the history
Rare: re-release 1.10.9 as 1.10.10 for PyPI
  • Loading branch information
loathingKernel committed Dec 18, 2023
2 parents a50fed7 + e08169f commit 8575e40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Expand Up @@ -20,7 +20,7 @@ AppDir:
id: io.github.dummerle.rare
name: Rare
icon: Rare
version: 1.10.9
version: 1.10.10
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/rare/main.py $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -12,7 +12,7 @@ force-exclude = '''

[tool.poetry]
name = "rare"
version = "1.10.9"
version = "1.10.10"
description = "A GUI for Legendary"
authors = ["Dummerle"]
license = "GPL3"
Expand Down
2 changes: 1 addition & 1 deletion rare/__init__.py
@@ -1,4 +1,4 @@
__version__ = "1.10.9"
__version__ = "1.10.10"
__codename__ = "Garlic Crab"

# For PyCharm profiler
Expand Down

0 comments on commit 8575e40

Please sign in to comment.