We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6245f95 commit 8ec3136Copy full SHA for 8ec3136
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='elm-doc',
10
- version='0.3.2',
+ version='1.0.0b1',
11
url='https://github.com/ento/elm-doc',
12
license='BSD 3-clause',
13
author='Marica Odagaki',
@@ -36,8 +36,7 @@
36
python_requires='>=3.5',
37
classifiers=[
38
# As from http://pypi.python.org/pypi?%3Aaction=list_classifiers
39
- 'Development Status :: 3 - Alpha',
40
- #'Development Status :: 4 - Beta',
+ 'Development Status :: 4 - Beta',
41
# 'Development Status :: 5 - Production/Stable',
42
# 'Development Status :: 6 - Mature',
43
# 'Development Status :: 7 - Inactive',
0 commit comments