Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
samwedge committed Jan 21, 2021
1 parent c316790 commit 1e91a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rapiduino"
version = "1.0.0"
version = "1.1.0"
description = "Rapidly develop code to control an Arduino using Python"
authors = ["Sam Wedge <sam.wedge@gmail.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rapiduino/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit 1e91a11

Please sign in to comment.