Skip to content

Commit 78ea886

Browse files
authored
Merge pull request #117 from jay90099/r1.0.0
MLMD 1.0.0 Release
2 parents d12c93e + 96cd0ad commit 78ea886

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

RELEASE.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
# Current Version (not yet released; still in development)
2-
3-
## Major Features and Improvements
4-
5-
## Bug Fixes and Other Changes
6-
7-
## Breaking Changes
8-
9-
## Deprecations
10-
111
# Version 1.0.0
122

133
## Major Features and Improvements

ml_metadata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Contains the version string of ML Metadata."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '1.1.0.dev'
18+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)