Skip to content

Commit 9af3e5c

Browse files
committed
Use DSS Python 0.10.7-1, which includes a minor fix to energy meter reports
1 parent 3b553d1 commit 9af3e5c

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.6.0"
2+
__version__ = "0.6.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="me@kdheepak.com",
4747
license="BSD-compatible",
4848
packages=find_packages(),
49-
install_requires=["future", "six", "dss_python==0.10.7"],
49+
install_requires=["future", "six", "dss_python==0.10.7.post1"],
5050
extras_require={
5151
"extras": ["pandas", "matplotlib", "networkx"],
5252
"dev": [

0 commit comments

Comments
 (0)