Skip to content

Commit

Permalink
dss_python==0.13.1 and set version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Apr 2, 2023
1 parent c9ab402 commit 6ff072b
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.0"
__version__ = "0.8.1"
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.13.0"],
install_requires=["dss_python==0.13.1"],
extras_require={
"extras": ["pandas", "matplotlib", "networkx"],
"dev": [
Expand Down

0 comments on commit 6ff072b

Please sign in to comment.