Skip to content

Commit f8f8c2e

Browse files
Merge pull request #108 from matt-bernhardt/0.5.0-beta1
Bumps version and status in setup.py
2 parents 953ae1e + cd900aa commit f8f8c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='trapp',
16-
version='0.3.0-alpha1',
16+
version='0.5.0-beta1',
1717
description='Link, analyze, and extend soccer data',
1818
url='https://github.com/matt-bernhardt/trapp',
1919
license=license,
@@ -31,7 +31,7 @@
3131
'console_scripts': ['trapp=trapp.command_line:main'],
3232
},
3333
classifiers=[
34-
'Development Status :: 3 - Alpha',
34+
'Development Status :: 4 - Beta',
3535
'Intendend Audience :: Other Audience',
3636
'Environment :: Console',
3737
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',

0 commit comments

Comments
 (0)