Skip to content

Commit 5ebaac0

Browse files
committed
[misc] Reduce development status from beta to alpha, fix #12
1 parent 5f0fc8d commit 5ebaac0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = '0.5'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '0.5.0'
73+
release = '0.5.1'
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

repobee_plug/__version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0'
1+
__version__ = '0.5.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
include_package_data=True,
3333
zip_save=False,
3434
classifiers=[
35-
'Development Status :: 4 - Beta',
35+
'Development Status :: 3 - Alpha',
3636
'Intended Audience :: Education',
3737
'Programming Language :: Python :: 3.5',
3838
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)