From 469205ac2041796b48f5d0c4258f35ce03cf7d31 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 22 Jul 2023 05:46:27 -0500 Subject: [PATCH] Tag v0.0.1a21 (ruff lint improvements) --- pyproject.toml | 2 +- src/gp_libs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2e5f20..41d0cf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gp-libs" -version = "0.0.1a20" +version = "0.0.1a21" description = "Internal utilities for projects following git-pull python package spec" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/gp_libs.py b/src/gp_libs.py index 24a4b1e..ed365e7 100644 --- a/src/gp_libs.py +++ b/src/gp_libs.py @@ -1,7 +1,7 @@ __title__ = "gp-libs" __package_name__ = "gp_libs" __description__ = "Internal utilities for git-pull projects" -__version__ = "0.0.1a20" +__version__ = "0.0.1a21" __author__ = "Tony Narlock" __github__ = "https://github.com/git-pull/gp-libs" __docs__ = "https://gp-libs.git-pull.com"