Skip to content

Commit b74a48a

Browse files
version bump
1 parent 6d4f1ef commit b74a48a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='limitlessled',
5-
version='1.0.2',
5+
version='1.0.3',
66
description='Control LimitlessLED products.',
77
url='https://github.com/happyleavesaoc/python-limitlessled/',
88
license='MIT',

0 commit comments

Comments
 (0)