From 538a3367e50f591eeb077ecc5bdf0ec032dfec1b Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Thu, 12 Dec 2024 23:04:11 +0200 Subject: [PATCH] Release: 2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e4cc09..283212a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(*rnames): long_description = "\n\n".join([read(a) for a in READMES]) classifiers = ["Programming Language :: Python", "Topic :: Software Development"] name = "bitwardentools" -version = "1.0.57" +version = "2.0.0" src_dir = "src" req = re.compile("^(?!(-e|#))", flags=re.I | re.M) install_requires = [