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.
1 parent 5f0fc8d commit 5ebaac0Copy full SHA for 5ebaac0
docs/conf.py
@@ -70,7 +70,7 @@
70
# The short X.Y version.
71
version = '0.5'
72
# The full version, including alpha/beta/rc tags.
73
-release = '0.5.0'
+release = '0.5.1'
74
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
# for a list of supported languages.
repobee_plug/__version.py
@@ -1 +1 @@
1
-__version__ = '0.5.0'
+__version__ = '0.5.1'
setup.py
@@ -32,7 +32,7 @@
32
include_package_data=True,
33
zip_save=False,
34
classifiers=[
35
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 3 - Alpha',
36
'Intended Audience :: Education',
37
'Programming Language :: Python :: 3.5',
38
'Programming Language :: Python :: 3.6',
0 commit comments