Skip to content

Commit b73f6d5

Browse files
committed
Use dss_python>=0.14.4, increment version to 0.8.4.
1 parent 105a6fe commit b73f6d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opendssdirect/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.8.3"
2+
__version__ = "0.8.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(self):
4646
author_email="[email protected]",
4747
license="BSD-compatible",
4848
packages=find_packages(),
49-
install_requires=["dss_python>=0.14.3,<0.15"],
49+
install_requires=["dss_python>=0.14.4,<0.15"],
5050
extras_require={
5151
"extras": ["pandas", "matplotlib", "networkx"],
5252
"dev": [

0 commit comments

Comments
 (0)