From c33fc15f33e37fd6d36a077b78495cf6b38cc0b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Oct 2023 04:51:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20camply=200.31.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v0.31.1](https://github.com/juftin/camply/compare/v0.31.0...v0.31.1) (2023-10-27) ## 🐛 Bug Fixes - [`7d2fc96`](https://github.com/juftin/camply/commit/7d2fc96) ruff formatting [skip ci] --- camply/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camply/_version.py b/camply/_version.py index b4c4ad1a..11f9c915 100644 --- a/camply/_version.py +++ b/camply/_version.py @@ -5,4 +5,4 @@ __author__ = "Justin Flannery" __email__ = "juftin@juftin.com" __application__ = "camply" -__version__ = "0.31.0" +__version__ = "0.31.1"