Skip to content

Commit

Permalink
bump to version 0.2.0 and change to beta status
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Aug 12, 2021
1 parent 6574fa0 commit 393a40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def get_version():
keywords=keywords,
entry_points={"console_scripts": ["style-doc = style_doc:cli_main"]},
classifiers=[
"Development Status :: 3 - Alpha",
# "Development Status :: 4 - Beta",
# "Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
# "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
Expand Down
2 changes: 1 addition & 1 deletion style_doc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Versioning follows the Semantic Versioning Specification https://semver.org/ and
# PEP 440 -- Version Identification and Dependency Specification: https://www.python.org/dev/peps/pep-0440/ # noqa: E501
__version__ = "0.1.1rc1"
__version__ = "0.2.0"

__all__ = ["main", "main_argparse", "__version__"]

Expand Down

0 comments on commit 393a40f

Please sign in to comment.