From 9194ca21b65977e5d699508bd12c5410b33426ca Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Tue, 12 Nov 2024 15:04:08 +0200 Subject: [PATCH] bump version to 0.3.0 --- opensipscli/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensipscli/version.py b/opensipscli/version.py index 0929009..0e05ca0 100644 --- a/opensipscli/version.py +++ b/opensipscli/version.py @@ -17,6 +17,6 @@ ## along with this program. If not, see . ## -__version__ = '0.2.0' +__version__ = '0.3.0' # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4