Skip to content

Commit

Permalink
Merge pull request #131 from mixpanel/jared-bump-4-10-1
Browse files Browse the repository at this point in the history
bump version to 4.10.1
  • Loading branch information
jaredmixpanel committed Mar 8, 2024
2 parents e38ba29 + cd26169 commit b53d315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = u'mixpanel'
copyright = u' 2021, Mixpanel, Inc.'
author = u'Mixpanel <dev@mixpanel.com>'
version = release = '4.9.0'
version = release = '4.10.1'
exclude_patterns = ['_build']
pygments_style = 'sphinx'

Expand Down
2 changes: 1 addition & 1 deletion mixpanel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit b53d315

Please sign in to comment.