From 4ccddae1bd0e216edced6244a311610c787a0e60 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 12 May 2024 17:52:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0=20=E2=86=92=202.1.0?= 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 959d28c..52230c0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.1.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 0b65962..fab49e1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="DocChat", - version="2.0.0", + version="2.1.0", package_dir={"": "src"}, packages=["docchat"], author="flojud",