Skip to content

Commit

Permalink
Increment version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
samwedge committed Feb 5, 2021
1 parent 1751c43 commit 149962d
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.1.0"
version = "1.2.0"
description = "Rapidly develop code to control an Arduino using Python"
authors = ["Sam Wedge <[email protected]>"]
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.1.0"
__version__ = "1.2.0"

0 comments on commit 149962d

Please sign in to comment.