Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Aug 6, 2021
1 parent d0de3b2 commit 4ae8e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpoflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.2rc1"
__version__ = "0.1.2"

_import_structure = {
"mlflow": [
Expand Down

0 comments on commit 4ae8e76

Please sign in to comment.