Skip to content

Commit

Permalink
bump version to 0.0.3.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Aug 4, 2021
1 parent fcfbbcf commit ca72464
Showing 1 changed file with 1 addition and 1 deletion.
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.0.2.dev6"
__version__ = "0.0.3.dev1"

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

Expand Down

0 comments on commit ca72464

Please sign in to comment.