We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8a88ad + 289a948 commit d077acdCopy full SHA for d077acd
2 files changed
pyproject.toml
@@ -15,14 +15,14 @@ dependencies = [
15
"scipy==1.7.3",
16
"pandas==1.3.5",
17
"matplotlib==3.5.3",
18
+ "matplotlib-inline==0.1.6",
19
"pypsa==0.20.1",
20
"grg-pssedata==0.1.4",
21
"networkx==2.6.3",
22
"pyomo==6.4.2",
23
"tqdm",
24
"jupyter",
25
"mkdocstrings-python"
-
26
]
27
classifiers = [
28
"Programming Language :: Python :: 3",
src/wecgrid/__init__.py
@@ -6,7 +6,9 @@
6
Email: barajale@oregonstate.edu
7
"""
8
9
+__version__ = "1.0.0"
10
+
11
# Expose the main Engine entry point
12
from .engine import Engine
13
-__all__ = ["Engine"]
14
+__all__ = ["Engine", "__version__"]
0 commit comments