From b3b65c838e8d562a104b4372ee70fad32e8ea107 Mon Sep 17 00:00:00 2001 From: Jonathan Gangi Date: Fri, 2 Aug 2024 11:35:15 -0300 Subject: [PATCH] Release v1.4.1 Changes: - Add a mock session for Starmap Client - Allow injecting custom session into StarmapClient - Update documentation with the most recent changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f60195..54c8acd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='starmap-client', description='Client for StArMap', - version='1.4.0', + version='1.4.1', keywords='stratosphere content artifact mapping cli', author='Jonathan Gangi', author_email='jgangi@redhat.com',