From 70131b66f75f67e7c0dec5ffccb03d85e0ab7944 Mon Sep 17 00:00:00 2001 From: Sam Bailey Date: Tue, 26 Nov 2024 05:20:11 -0800 Subject: [PATCH] Update the version number. PiperOrigin-RevId: 700306967 Change-Id: Ic2f8b73ab2e96ccc25370daba70203367efaa99c --- README.md | 2 +- py/copycat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f62749..069f85b 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ To cite this repository: author = {Sam Bailey, Piet Snel, Christiane Ahlheim, Sumedha Menon, Hector Parra, Jaime Martínez, Letizia Bertolaja}, title = {Copycat: AI generated Google Search ad copy that matches your brand style}, url = {https://github.com/google-marketing-solutions/copycat}, - version = {0.0.3}, + version = {0.0.4}, year = {2024}, } ``` diff --git a/py/copycat/__init__.py b/py/copycat/__init__.py index 7777482..faacc0c 100644 --- a/py/copycat/__init__.py +++ b/py/copycat/__init__.py @@ -36,4 +36,4 @@ ALL_SAFETY_SETTINGS_ONLY_HIGH = copycat.ALL_SAFETY_SETTINGS_ONLY_HIGH -__version__ = "0.0.3" +__version__ = "0.0.4"