We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 953ae1e + cd900aa commit f8f8c2eCopy full SHA for f8f8c2e
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='trapp',
16
- version='0.3.0-alpha1',
+ version='0.5.0-beta1',
17
description='Link, analyze, and extend soccer data',
18
url='https://github.com/matt-bernhardt/trapp',
19
license=license,
@@ -31,7 +31,7 @@
31
'console_scripts': ['trapp=trapp.command_line:main'],
32
},
33
classifiers=[
34
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
35
'Intendend Audience :: Other Audience',
36
'Environment :: Console',
37
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
0 commit comments