Skip to content

Commit 979befd

Browse files
committed
updated to 1.0.4
1 parent 2f34f12 commit 979befd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Eduponics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=find_packages(),
1616
include_package_data=True,
1717
version=__version__,
18-
download_url = 'https://github.com/STEMinds/micropython-eduponics/archive/1.0.2.tar.gz',
18+
download_url = 'https://github.com/STEMinds/micropython-eduponics/archive/1.0.4.tar.gz',
1919
keywords = ['micropython','upython', 'eduponics-mini', 'esp32', 'ADS1x15', 'MCP23017'],
2020
description='',
2121
long_description='',

0 commit comments

Comments
 (0)