Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjohannchang committed Jul 25, 2022
1 parent 9709438 commit b47fce3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Copyright 2018-2022 Johann Chang

Mozilla Public License Version 2.0
==================================

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "aioserial"
version = "1.3.0"
version = "1.3.1"
description = "An asynchronous serial port library of Python"
authors = ["Henry Chang <[email protected]>"]
authors = ["Johann Chang <[email protected]>"]
license = "MPL-2.0"
readme = "README.md"
homepage = "https://github.com/changyuheng/aioserial"
homepage = "https://github.com/changyuheng/aioserial.py"
packages = [
{include = "aioserial", from = "packages"},
]
Expand Down

0 comments on commit b47fce3

Please sign in to comment.