From 9e5e99a7bdc25f18375fe68e326dda6844d18905 Mon Sep 17 00:00:00 2001 From: dosisod <39638017+dosisod@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:11:36 -0800 Subject: [PATCH] Bump version for release --- dev-requirements.txt | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 15275e7..c1b104d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,5 +13,5 @@ platformdirs==4.1.0 pluggy==1.3.0 pytest-cov==4.1.0 pytest==7.4.4 -ruff==0.1.13 -typos==1.17.1 +ruff==0.1.14 +typos==1.17.2 diff --git a/pyproject.toml b/pyproject.toml index 43cf862..90692be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "refurb" -version = "1.27.0" +version = "1.28.0" description = "A tool for refurbish and modernize Python codebases" authors = ["dosisod"] license = "GPL-3.0-only"