Skip to content

Commit

Permalink
pypi release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
annmary-roy committed Sep 11, 2024
1 parent d3c52a8 commit 7c3040a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cmflib"
version = "0.0.9"
version = "0.0.10"
dependencies = [
"ml-metadata==1.15.0",
"dvc[ssh,s3]==3.51.1",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.0.9'
VERSION = '0.0.10'
DESCRIPTION = 'Metadata Python Package'
LONG_DESCRIPTION = 'Metadata framework storing AI metadata into MLMD'

Expand Down

0 comments on commit 7c3040a

Please sign in to comment.