From 2c15854de8b7bb255b814bb2536084489d343193 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sun, 4 Aug 2024 07:02:03 +0100 Subject: [PATCH] v1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05c9aef..752d36f 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="v1.0.0", # Start with a small number and increase it with every change you make + version="v1.0.1", # Start with a small number and increase it with every change you make license="LGPL", # 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,