diff --git a/pyhmy/_version.py b/pyhmy/_version.py index 0287d4b..19e0f9a 100644 --- a/pyhmy/_version.py +++ b/pyhmy/_version.py @@ -1,9 +1,11 @@ -"""Provides pyhmy version information.""" +""" +Provides pyhmy version information. +""" # This file is auto-generated! Do not edit! # Use `python -m incremental.update pyhmy` to change this file. from incremental import Version -__version__ = Version( "pyhmy", 20, 5, 20 ) -__all__ = [ "__version__" ] +__version__ = Version("pyhmy", 22, 8, 0, release_candidate=1) +__all__ = ["__version__"]