We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4f1ef commit b74a48aCopy full SHA for b74a48a
Makefile
@@ -0,0 +1,9 @@
1
+all:
2
+
3
+.PHONY: dist update
4
+dist:
5
+ rm -f dist/*.whl dist/*.tar.gz
6
+ python setup.py sdist
7
8
+release:
9
+ twine upload dist/*.tar.gz
setup.py
@@ -2,7 +2,7 @@
setup(
name='limitlessled',
- version='1.0.2',
+ version='1.0.3',
description='Control LimitlessLED products.',
url='https://github.com/happyleavesaoc/python-limitlessled/',
license='MIT',
0 commit comments