From 65610e1c0c036f2cd7b1621346b0ddb97f316802 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Tue, 24 Oct 2023 13:53:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4332508..4f19962 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,8 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True [bumpversion:file:setup.cfg] + [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 071229f..a658eca 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="grext", - version="0.4.0", + version="0.4.1", packages=find_packages(), install_requires=["numpy", "scipy", "pytest"], author="Michele Nottoli", -- GitLab