Skip to content

Commit 6ff072b

Browse files
committed
dss_python==0.13.1 and set version to 0.8.1
1 parent c9ab402 commit 6ff072b

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.0"
2+
__version__ = "0.8.1"

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.13.0"],
49+
install_requires=["dss_python==0.13.1"],
5050
extras_require={
5151
"extras": ["pandas", "matplotlib", "networkx"],
5252
"dev": [

0 commit comments

Comments
 (0)