From cd2616988e0f6646d70d875f1d70090eb09ed48b Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Fri, 8 Mar 2024 14:36:24 -0800 Subject: [PATCH] bump version --- docs/conf.py | 2 +- mixpanel/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c716be9..a53f1e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ project = u'mixpanel' copyright = u' 2021, Mixpanel, Inc.' author = u'Mixpanel ' -version = release = '4.9.0' +version = release = '4.10.1' exclude_patterns = ['_build'] pygments_style = 'sphinx' diff --git a/mixpanel/__init__.py b/mixpanel/__init__.py index 5d3d5ee..be47ffc 100644 --- a/mixpanel/__init__.py +++ b/mixpanel/__init__.py @@ -27,7 +27,7 @@ from six.moves import range import urllib3 -__version__ = '4.10.0' +__version__ = '4.10.1' VERSION = __version__ # TODO: remove when bumping major version. logger = logging.getLogger(__name__)