Skip to content

Commit

Permalink
protcur ver bump, setup update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Jun 23, 2022
1 parent b32d0d2 commit 6626551
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protcur/protcur/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.8'
__version__ = '0.0.9'
16 changes: 15 additions & 1 deletion protcur/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,21 @@ def find_version(filename):
author='Tom Gillespie',
author_email='[email protected]',
license='MIT',
classifiers=[],
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
],
keywords=('protc protocols dashboard curation '
'hypothesis hypothes.is web annotation'),
packages=['protcur'],
Expand Down

0 comments on commit 6626551

Please sign in to comment.