Skip to content

Commit

Permalink
Bump version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen committed Oct 2, 2016
1 parent c9960b3 commit 06679ae
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
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='parsita',
version='0.1.0',
version='1.0.0',

description='Parser combinator library for Python.',
long_description=open('README.rst').read(),
Expand All @@ -22,7 +22,7 @@
packages=setuptools.find_packages(),

classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 06679ae

Please sign in to comment.