From b73f6d5c9600af22ec75b6f956a6f9f53848ac99 Mon Sep 17 00:00:00 2001 From: Paulo Meira <10246101+PMeira@users.noreply.github.com> Date: Sun, 25 Jun 2023 03:13:36 -0300 Subject: [PATCH] Use `dss_python>=0.14.4`, increment version to 0.8.4. --- opendssdirect/_version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendssdirect/_version.py b/opendssdirect/_version.py index 38174ee..de5c7c4 100644 --- a/opendssdirect/_version.py +++ b/opendssdirect/_version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.8.3" +__version__ = "0.8.4" diff --git a/setup.py b/setup.py index eabb489..5a9b5ec 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def run(self): author_email="me@kdheepak.com", license="BSD-compatible", packages=find_packages(), - install_requires=["dss_python>=0.14.3,<0.15"], + install_requires=["dss_python>=0.14.4,<0.15"], extras_require={ "extras": ["pandas", "matplotlib", "networkx"], "dev": [