From 3c1edd2c9c5f803efe0fc10b0f292b6b7486548d Mon Sep 17 00:00:00 2001 From: "Gregory M. Kapfhammer" Date: Wed, 7 Sep 2022 12:14:18 -0400 Subject: [PATCH] chore: Bump the semver to 0.2.2 in the pyproject.toml file. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cabeffc8..b8e88595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gatorgrade" -version = "0.2.1" +version = "0.2.2" description = "Python tool to execute GatorGrader" authors = ["Michael Abraham", "Jacob Allebach", "Liam Black", "Katherine Burgess", "Yanqiao Chen", "Ochirsaikhan Davaajambal", "Tuguldurnemekh Gantulga", "Anthony Grant-Cook", "Dylan Holland", "Gregory M. Kapfhammer", "Peyton Kelly", "Luke Lacaria", "Lauren Nevill", "Jack Turner", "Daniel Ullrich", "Garrison Vanzin", "Rian Watson"]