Skip to content

Commit

Permalink
Use dss_python>=0.14.4, increment version to 0.8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Jun 28, 2023
1 parent 105a6fe commit b73f6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opendssdirect/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.8.3"
__version__ = "0.8.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit b73f6d5

Please sign in to comment.