Skip to content

Commit b53d315

Browse files
Merge pull request #131 from mixpanel/jared-bump-4-10-1
bump version to 4.10.1
2 parents e38ba29 + cd26169 commit b53d315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
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 <[email protected]>'
23-
version = release = '4.9.0'
23+
version = release = '4.10.1'
2424
exclude_patterns = ['_build']
2525
pygments_style = 'sphinx'
2626

mixpanel/__init__.py

+1-1
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)