We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210b42b commit 14e5bf4Copy full SHA for 14e5bf4
openlayer/version.py
@@ -1,3 +1,3 @@
1
# Define the SDK version here so that the interal package can have access to this value.
2
# See https://stackoverflow.com/questions/2058802
3
-__version__ = "0.0.0a13"
+__version__ = "0.0.0a14"
setup.cfg
@@ -22,7 +22,9 @@ project_urls =
22
Openlayer User Slack Group = https://l.linklyhq.com/l/1DG73
23
24
[options]
25
-packages = openlayer
+packages =
26
+ openlayer
27
+ openlayer.validators
28
install_requires =
29
jupyter
30
pandas
0 commit comments