From 51982c041f218f05ed7c2ad1eba425ded0d57212 Mon Sep 17 00:00:00 2001 From: Renan Ivo Date: Sat, 22 Jul 2023 00:40:21 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.1=20=E2=86=92=203.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c7433ee..c732343 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.1 +current_version = 3.1.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 9c350b4..fb7d012 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='pytest-testdox', - version='3.0.1', + version='3.1.0', description='A testdox format reporter for pytest', long_description=read('README.md'), long_description_content_type='text/markdown',