Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Nov 15, 2021
1 parent 82997c5 commit 72fe80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 72fe80f

Please sign in to comment.