Skip to content

Commit 553dff7

Browse files
committed
Version bump to 0.1
1 parent bcad213 commit 553dff7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.pyc
22
/.tox/
3+
/dist/
34
/wagtail_experiments.egg-info/

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='wagtail-experiments',
7-
version='0.1a0',
7+
version='0.1',
88
description="A/B testing for Wagtail",
99
author='Matthew Westcott',
1010
author_email='[email protected]',
@@ -13,7 +13,7 @@
1313
license='BSD',
1414
long_description=open('README.rst').read(),
1515
classifiers=[
16-
'Development Status :: 2 - Pre-Alpha',
16+
'Development Status :: 4 - Beta',
1717
'Environment :: Web Environment',
1818
'Intended Audience :: Developers',
1919
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)