From 7a3bbc17e3e7d8975155898923bb5e5708b67242 Mon Sep 17 00:00:00 2001 From: Jason Maldonis Date: Sat, 11 May 2024 21:25:40 -0500 Subject: [PATCH] increment version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e10877..abc81ae 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="cassiopeia", - version="5.1.1", # Keep the Cass version at parity with the largest Riot API major version, use the minor version for breaking changes, and the patch version for everything else + version="5.1.2", # Keep the Cass version at parity with the largest Riot API major version, use the minor version for breaking changes, and the patch version for everything else author="Jason Maldonis; Rob Rua", author_email="team@merakianalytics.com", url="https://github.com/meraki-analytics/cassiopeia",