From 72fe80f2760f0da5c52b0b21b1fe96c87954eb5c Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 15 Nov 2021 16:04:03 +0200 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d6e2e8..f26b80f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ name="zero-hid", # How you named your package folder packages=['zero_hid', 'zero_hid.hid'], # Chose the same as "name" include_package_data=True, - version="v0.1.3", # Start with a small number and increase it with every change you make + version="v0.1.4", # Start with a small number and increase it with every change you make license="MIT", # Chose a license from here: https://help.github.com/articles/licensing-a-repository description="Library for emulate mouse and keyboard on raspberry pi zero", # Give a short description about your library long_description=long_description,