Updated. /JL
Some checks failed
Run Controller Tests / test (push) Has been cancelled

This commit is contained in:
2025-05-07 16:48:39 +02:00
parent 0a892386ae
commit 21da6857b0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import pygame
from . import globals
__version__ = "0.2.1"
__version__ = "0.2.2"
class Controllers:
def __init__(self, joy):

View File

@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name='pygameControls',
version='0.2.1',
version='0.2.2',
packages=find_packages(),
install_requires=[],
author='Jan Lerking',