From 18cda9104a87b7a4cf65525dd5bf20ea304872cf Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Thu, 4 May 2023 13:51:38 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.6.1=20=E2=86=92=202.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ca6e58..725c142 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.6.1 +current_version = 2.6.2 tag_name = {new_version} commit = True tag = True diff --git a/setup.py b/setup.py index 7f57b09..01584d4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="memorious", - version="2.6.1", + version="2.6.2", description="A minimalistic, recursive web crawling library for Python.", long_description=long_description, long_description_content_type="text/x-rst",