Skip to content

Commit

Permalink
Bump version number to 1.0 and development status to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed May 24, 2016
1 parent ca297d7 commit 35f5acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='PyPOM',
version='1.0.dev4',
version='1.0',
description='python page object model for selenium',
long_description=open('README.rst').read(),
author='Dave Hunt',
Expand All @@ -12,7 +12,7 @@
license='Mozilla Public License 2.0 (MPL 2.0)',
keywords='pypom page object model selenium',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Operating System :: POSIX',
Expand Down

0 comments on commit 35f5acb

Please sign in to comment.