We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee440f commit 746ac3bCopy full SHA for 746ac3b
1 file changed
setup.py
@@ -5,13 +5,13 @@
5
6
setup(
7
name='mixpanel-py',
8
- version='3.0.0',
+ version='3.1.0',
9
author='Mixpanel, Inc.',
10
author_email='dev@mixpanel.com',
11
packages=['mixpanel'],
12
url='https://github.com/mixpanel/mixpanel-python',
13
description='Official Mixpanel library for Python',
14
- long_description=open('README.txt').read(),
+ long_description=open('README.md').read(),
15
classifiers=[
16
'License :: OSI Approved :: Apache Software License',
17
'Operating System :: OS Independent',
0 commit comments