Skip to content

Commit 8ec3136

Browse files
committed
Bump to 1.0.0b1
1 parent 6245f95 commit 8ec3136

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

setup.py

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

88
setup(
99
name='elm-doc',
10-
version='0.3.2',
10+
version='1.0.0b1',
1111
url='https://github.com/ento/elm-doc',
1212
license='BSD 3-clause',
1313
author='Marica Odagaki',
@@ -36,8 +36,7 @@
3636
python_requires='>=3.5',
3737
classifiers=[
3838
# As from http://pypi.python.org/pypi?%3Aaction=list_classifiers
39-
'Development Status :: 3 - Alpha',
40-
#'Development Status :: 4 - Beta',
39+
'Development Status :: 4 - Beta',
4140
# 'Development Status :: 5 - Production/Stable',
4241
# 'Development Status :: 6 - Mature',
4342
# 'Development Status :: 7 - Inactive',

0 commit comments

Comments
 (0)