From ee6bbeea84f666786b87a57b67b23f27ce85657c Mon Sep 17 00:00:00 2001 From: Zachary Blackwood Date: Mon, 29 Jan 2024 13:44:00 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0218488..f7d3f72 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION = "0.0.3" # PEP-440 +VERSION = "0.0.4" # PEP-440 NAME = "st-gsheets-connection"