There was an error while loading. Please reload this page.
1 parent e38ba29 commit cd26169Copy full SHA for cd26169
docs/conf.py
@@ -20,7 +20,7 @@
20
project = u'mixpanel'
21
copyright = u' 2021, Mixpanel, Inc.'
22
author = u'Mixpanel <dev@mixpanel.com>'
23
-version = release = '4.9.0'
+version = release = '4.10.1'
24
exclude_patterns = ['_build']
25
pygments_style = 'sphinx'
26
mixpanel/__init__.py
@@ -27,7 +27,7 @@
27
from six.moves import range
28
import urllib3
29
30
-__version__ = '4.10.0'
+__version__ = '4.10.1'
31
VERSION = __version__ # TODO: remove when bumping major version.
32
33
logger = logging.getLogger(__name__)
0 commit comments