Skip to content

Commit

Permalink
updated sub-version
Browse files Browse the repository at this point in the history
  • Loading branch information
srastatter committed Nov 7, 2024
1 parent fca32f5 commit 6ac935f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google_cloud_automlops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
series of directories to support the creation of Vertex Pipelines.
"""
# pylint: disable=invalid-name
__version__ = '1.3.0'
__version__ = '1.3.1'
__author__ = 'Sean Rastatter'
__credits__ = 'Google'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='google-cloud-automlops',
version='1.3.0',
version='1.3.1',
description='Build MLOps Pipelines in Minutes.',
long_description=readme_contents,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6ac935f

Please sign in to comment.