Skip to content

Commit 1831fc6

Browse files
committed
chore: release 0.14
1 parent a42d2c1 commit 1831fc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# (C) 2016-2021 Chris Liechti <[email protected]>
3+
# (C) 2016-2023 Chris Liechti <[email protected]>
44
#
55
# SPDX-License-Identifier: BSD-3-Clause
66

@@ -11,9 +11,9 @@
1111

1212
setup(
1313
name="mpy-repl-tool",
14-
description='Communicate and transfer files from and to MicroyPython boards via REPL',
14+
description='Communicate and transfer files from and to MicroPython boards via REPL',
1515
long_description=open('README.rst').read(),
16-
version='0.13',
16+
version='0.14',
1717
author="Chris Liechti",
1818
author_email="[email protected]",
1919
url="https://github.com/zsquareplusc/mpy-repl-tool",

0 commit comments

Comments
 (0)