diff --git a/setup.py b/setup.py index 99e9b74..58b80a9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="rpi_hardware_pwm", packages=find_packages('.'), - version='0.2.0', + version='0.2.1', license='OSI Approved :: GNU General Public License v3 (GPLv3)', description='Control Hardware PWM on the Raspberry Pi', long_description = long_description,