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