Skip to content

Commit

Permalink
Merge pull request #27 from kostaleonard/package
Browse files Browse the repository at this point in the history
Package
  • Loading branch information
kostaleonard authored Dec 22, 2021
2 parents 9cfdd4b + b1ebd71 commit 9fe6756
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mlops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
"""mlops is a package for conducting MLOps, including versioning of datasets and
models."""

__version__ = '0.0.2'
__version__ = '0.0.3'

import mlops.dataset
import mlops.errors
import mlops.model

0 comments on commit 9fe6756

Please sign in to comment.