Skip to content

Commit add721b

Browse files
authored
Bumped up version (#147)
Co-authored-by: Annmary justine <[email protected]>
1 parent 039c502 commit add721b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cmflib"
3-
version = "0.0.4"
3+
version = "0.0.7"
44
dependencies = [
55
"ml-metadata==1.11.0",
66
"dvc[ssh,s3]==2.27.0",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.0.4'
3+
VERSION = '0.0.7'
44
DESCRIPTION = 'Metadata Python Package'
55
LONG_DESCRIPTION = 'Metadata framework storing AI metadata into MLMD'
66

0 commit comments

Comments
 (0)