Skip to content

Commit fd2bf4d

Browse files
committed
Add prediction_jobs to setup.cfg
1 parent 4e3cf55 commit fd2bf4d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

openlayer/prediction_jobs/__init__.py

Whitespace-only changes.

openlayer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
data=data,
2323
)
2424
"""
25-
__version__ = "0.1.0a0"
25+
__version__ = "0.1.0a1"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ project_urls =
3636
packages =
3737
openlayer
3838
openlayer.validators
39+
openlayer.prediction_jobs
3940
install_requires =
4041
jupyter
4142
pandas

0 commit comments

Comments
 (0)