We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221a567 commit e178184Copy full SHA for e178184
2 files changed
.gitignore
@@ -130,7 +130,7 @@ dmypy.json
130
docs/node_modules
131
docs/build
132
133
-src/zepben/examples/config.json
+src/zepben/examples/config*.json
134
135
*.crt
136
pyproject.toml
@@ -23,7 +23,7 @@ authors = [
23
{name = "Zeppelin Bend", email = "oss@zepben.com"}
24
]
25
dependencies = [
26
- "zepben.eas==0.26.0b1",
+ "zepben.eas==0.26.0",
27
"zepben.ewb==1.0.3",
28
"numba==0.60.0",
29
"geojson==2.5.0",
0 commit comments