Skip to content

Commit

Permalink
Bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
David00 committed Sep 24, 2024
1 parent cdd80c9 commit 1bf5fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpi_power_monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
Thanks for your support!
"""

__version__ = "0.3.0"
__version__ = "0.3.2"
__author__ = 'David00'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="rpi_power_monitor",
version='0.3.0',
version='0.3.2',
description="Raspberry Pi Power Monitor",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1bf5fb2

Please sign in to comment.