We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcad213 commit 553dff7Copy full SHA for 553dff7
.gitignore
@@ -1,3 +1,4 @@
1
*.pyc
2
/.tox/
3
+/dist/
4
/wagtail_experiments.egg-info/
setup.py
@@ -4,7 +4,7 @@
5
setup(
6
name='wagtail-experiments',
7
- version='0.1a0',
+ version='0.1',
8
description="A/B testing for Wagtail",
9
author='Matthew Westcott',
10
author_email='[email protected]',
@@ -13,7 +13,7 @@
13
license='BSD',
14
long_description=open('README.rst').read(),
15
classifiers=[
16
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 4 - Beta',
17
'Environment :: Web Environment',
18
'Intended Audience :: Developers',
19
'License :: OSI Approved :: BSD License',
0 commit comments