Skip to content

Commit

Permalink
Bumping nibe 2.7.0, releasing 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Jan 19, 2024
1 parent e1c2c22 commit a267900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nibe_mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

cfg = Config()

__version__ = "0.4.0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nibe>=2.1.0,<3.0.0
nibe>=2.7.0,<3.0.0

paho_mqtt>=1.5.0
voluptuous>=0.13.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
nibe >=2.1.0,<3.0.0
nibe >=2.7.0,<3.0.0
paho_mqtt>=1.5.0
voluptuous>=0.13.0
pyyaml>=6.0
Expand Down

0 comments on commit a267900

Please sign in to comment.