Skip to content

Commit e72271d

Browse files
committed
bump version
1 parent eb33b82 commit e72271d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "pypms"
7-
version = "0.4.1"
7+
version = "0.5.0"
88
description = "Data acquisition and logging tool for PM sensors with UART interface"
99
authors = ["Alvaro Valdebenito <[email protected]>"]
1010
readme = "README.md"

src/pms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"
22

33

44
import logging

0 commit comments

Comments
 (0)