Skip to content

Commit

Permalink
chore: release 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zsquareplusc committed Sep 19, 2023
1 parent a42d2c1 commit 1831fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# (C) 2016-2021 Chris Liechti <cliechti@gmx.net>
# (C) 2016-2023 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause

Expand All @@ -11,9 +11,9 @@

setup(
name="mpy-repl-tool",
description='Communicate and transfer files from and to MicroyPython boards via REPL',
description='Communicate and transfer files from and to MicroPython boards via REPL',
long_description=open('README.rst').read(),
version='0.13',
version='0.14',
author="Chris Liechti",
author_email="cliechti@gmx.net",
url="https://github.com/zsquareplusc/mpy-repl-tool",
Expand Down

0 comments on commit 1831fc6

Please sign in to comment.