Skip to content

Commit cd26169

Browse files
committed
bump version
1 parent e38ba29 commit cd26169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docs/conf.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = u'mixpanel'
2121
copyright = u' 2021, Mixpanel, Inc.'
2222
author = u'Mixpanel <dev@mixpanel.com>'
23-
version = release = '4.9.0'
23+
version = release = '4.10.1'
2424
exclude_patterns = ['_build']
2525
pygments_style = 'sphinx'
2626

‎mixpanel/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from six.moves import range
2828
import urllib3
2929

30-
__version__ = '4.10.0'
30+
__version__ = '4.10.1'
3131
VERSION = __version__ # TODO: remove when bumping major version.
3232

3333
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)