We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12c93e commit 96cd0adCopy full SHA for 96cd0ad
2 files changed
RELEASE.md
@@ -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
11
# Version 1.0.0
12
13
## Major Features and Improvements
ml_metadata/version.py
@@ -15,4 +15,4 @@
15
"""Contains the version string of ML Metadata."""
16
17
# Note that setup.py uses this version.
18
-__version__ = '1.1.0.dev'
+__version__ = '1.0.0'
0 commit comments