Skip to content

Commit

Permalink
bump to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Jul 20, 2022
1 parent d3d1e4c commit ef30b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_prom_next/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.3rc1"
__version__ = "0.0.3"

__all__ = ["__version__", "main"]

Expand Down

0 comments on commit ef30b95

Please sign in to comment.