Skip to content

Commit

Permalink
add dots
Browse files Browse the repository at this point in the history
  • Loading branch information
casassg committed Apr 12, 2022
1 parent 1e626bb commit 22e89e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfx_addons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
# ==============================================================================
"""Define TFX Addons version information."""

# Required TFX version [min, max), keep depconstraint in ci.yml in sync
# Required TFX version [min, max), keep depconstraint in ci.yml in sync.
INCLUSIVE_MIN_TFX_VERSION = "1.4.0"
EXCLUSIVE_MAX_TFX_VERSION = "1.8.0"

# We follow Semantic Versioning (https://semver.org/)
# We follow Semantic Versioning (https://semver.org/).
_MAJOR_VERSION = "0"
_MINOR_VERSION = "1"
_PATCH_VERSION = "0"
Expand Down

0 comments on commit 22e89e8

Please sign in to comment.