From 95161c67a742f4c2812a06d14cf2cd5181f2ad4b Mon Sep 17 00:00:00 2001 From: amogh7joshi Date: Mon, 31 Oct 2022 18:27:09 -0400 Subject: [PATCH] Bump to v0.4.5 --- agml/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agml/__init__.py b/agml/__init__.py index e01e85c2..d17ca9d9 100644 --- a/agml/__init__.py +++ b/agml/__init__.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.4.4' -__all__ = ['data', 'backend', 'viz'] +__version__ = '0.4.5' +__all__ = ['data', 'synthetic', 'backend', 'viz'] # If AgML is being imported for the first time, then we need to setup