Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 4, 2023
1 parent 84ec7c9 commit 206174d
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 @@ -8,8 +8,8 @@
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.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
version="v0.1.5", # 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,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 206174d

Please sign in to comment.