Skip to content

Commit

Permalink
bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nmakel committed Feb 13, 2021
1 parent d26891c commit 8248c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="solaredge_modbus",
version="0.6.4",
version="0.6.5",
description="SolarEdge Modbus parser library",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,7 +19,7 @@
packages=["solaredge_modbus"],
include_package_data=True,
install_requires=[
"pymodbus>=2.3.0"
"pymodbus>=2.4.0"
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 8248c76

Please sign in to comment.