Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:

- name: Run tests
env:
PYNPUT_BACKEND: dummy
QT_QPA_PLATFORM: offscreen
run: python -m unittest discover tests -v

Expand Down
2 changes: 1 addition & 1 deletion bongo_cat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .utils import resource_path, setup_logging
from . import animations

__version__ = "2.0.7"
__version__ = "2.0.8"
__author__ = "luinbytes"
__description__ = "Interactive desktop pet that responds to keyboard, mouse, and controller inputs"

Expand Down