Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Feb 6, 2022
1 parent 20e35a1 commit dcd9f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
setup(
name='vgamepad',
packages=[package for package in find_packages()],
version='0.0.6',
version='0.0.7',
license='MIT',
description='Virtual XBox360 and DualShock4 gamepads in python',
long_description=long_description,
long_description_content_type="text/markdown",
author='Yann Bouteiller',
url='https://github.com/yannbouteiller/vgamepad',
download_url='https://github.com/yannbouteiller/vgamepad/archive/refs/tags/v0.0.6.tar.gz',
download_url='https://github.com/yannbouteiller/vgamepad/archive/refs/tags/v0.0.7.tar.gz',
keywords=['virtual', 'gamepad', 'python', 'xbox', 'dualshock', 'controller', 'emulator'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit dcd9f23

Please sign in to comment.