From 9ad00d96243ccfa7f17e10b7ec8d1e08354e75b4 Mon Sep 17 00:00:00 2001 From: Flavio Curella Date: Wed, 27 Nov 2024 11:11:09 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.0=20=E2=86=92=203.0.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 d98d8f7..6c1c39c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.0 +current_version = 3.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index f03ae14..bb075b0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = "2.2.0" +VERSION = "3.0.0" def read(fname):