Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LavermanJJ committed Nov 1, 2022
1 parent 064955c commit aec65d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysolarfocus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Python client lib for Solarfocus"""
__version__ = "3.1.0"
__version__ = "3.2.0"

from enum import Enum

Expand Down Expand Up @@ -110,4 +110,4 @@ def update_pelletsboiler(self) -> bool:

def update_solar(self) -> bool:
"""Read values from Solar"""
return self.solar.update()
return self.solar.update()

0 comments on commit aec65d8

Please sign in to comment.