Skip to content

Commit

Permalink
Version bump; classifiers updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eyemyth committed Feb 9, 2018
1 parent 5637b81 commit 2df8acc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -7,7 +7,7 @@
setup(
name='django-textplusstuff',
packages=find_packages(exclude=['tests*', 'docs*']),
version='0.7',
version='0.8',
author='Jonathan Ellenberger et al',
author_email='jay_thompson@wgbh.org',
url='http://github.com/WGBH/django-textplusstuff/',
Expand Down Expand Up @@ -35,8 +35,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Text Processing :: Markup',
'Development Status :: 4 - Beta'
]
Expand Down

0 comments on commit 2df8acc

Please sign in to comment.