From ff3c29df7737512ba29b0e58e9ceadd2a4ee7da2 Mon Sep 17 00:00:00 2001 From: muhd-umer Date: Sat, 23 Sep 2023 19:07:51 +0500 Subject: [PATCH] Version bump --- docs/source/_static/switcher.json | 4 ++-- simcomm/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index 80f312a..2363811 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -4,8 +4,8 @@ "url": "https://simcomm.readthedocs.io/en/latest/" }, { - "name": "0.1.2 (stable)", - "version": "v0.1.2", + "name": "0.1.3", + "version": "v0.1.3", "url": "https://simcomm.readthedocs.io/en/stable/", "preferred": true } diff --git a/simcomm/__init__.py b/simcomm/__init__.py index 54da274..4793a33 100644 --- a/simcomm/__init__.py +++ b/simcomm/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.3dev0" +__version__ = "0.1.3" from . import core, metrics, utils, visualize