Skip to content

Commit b55adcf

Browse files
release 0.0.5
1 parent af122e4 commit b55adcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
setup(
3535
name='vgamepad',
3636
packages=[package for package in find_packages()],
37-
version='0.0.4',
37+
version='0.0.5',
3838
license='MIT',
3939
description='Virtual XBox360 and DualShock4 gamepads in python',
4040
long_description=long_description,
4141
long_description_content_type="text/markdown",
4242
author='Yann Bouteiller',
4343
url='https://github.com/yannbouteiller/vgamepad',
44-
download_url='https://github.com/yannbouteiller/vgamepad/archive/refs/tags/v0.0.4.tar.gz',
44+
download_url='https://github.com/yannbouteiller/vgamepad/archive/refs/tags/v0.0.5.tar.gz',
4545
keywords=['virtual', 'gamepad', 'python', 'xbox', 'dualshock', 'controller', 'emulator'],
4646
install_requires=[],
4747
classifiers=[

0 commit comments

Comments
 (0)