Skip to content

Commit c53baed

Browse files
committed
Update version to 0.8.0, use dss_python==0.13.0
1 parent b99257a commit c53baed

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ environment:
1717
- PYTHON_VERSION: 3.7
1818
TARGET_ARCH: "x64"
1919
MINICONDA: C:\Miniconda3-x64
20-
- PYTHON_VERSION: 3.6
21-
TARGET_ARCH: "x64"
22-
MINICONDA: C:\Miniconda3-x64
2320
- PYTHON_VERSION: 3.10
2421
TARGET_ARCH: "x86"
2522
MINICONDA: C:\Miniconda3
@@ -32,9 +29,6 @@ environment:
3229
- PYTHON_VERSION: 3.7
3330
TARGET_ARCH: "x86"
3431
MINICONDA: C:\Miniconda3
35-
- PYTHON_VERSION: 3.6
36-
TARGET_ARCH: "x86"
37-
MINICONDA: C:\Miniconda3
3832

3933
install:
4034
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"

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.7.0"
2+
__version__ = "0.8.0"

setup.py

Lines changed: 2 additions & 2 deletions
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.12.1"],
49+
install_requires=["dss_python==0.13.0"],
5050
extras_require={
5151
"extras": ["pandas", "matplotlib", "networkx"],
5252
"dev": [
@@ -74,11 +74,11 @@ def run(self):
7474
"Topic :: Software Development :: Build Tools",
7575
# Pick your license as you wish (should match "license" above)
7676
"License :: Other/Proprietary License",
77-
"Programming Language :: Python :: 3.6",
7877
"Programming Language :: Python :: 3.7",
7978
"Programming Language :: Python :: 3.8",
8079
"Programming Language :: Python :: 3.9",
8180
"Programming Language :: Python :: 3.10",
81+
"Programming Language :: Python :: 3.11",
8282
],
8383
cmdclass={"develop": PostDevelopCommand},
8484
)

0 commit comments

Comments
 (0)