commit
4aac11191a
@ -1,9 +1,11 @@ |
|||||||
"""Provides pyhmy version information.""" |
""" |
||||||
|
Provides pyhmy version information. |
||||||
|
""" |
||||||
|
|
||||||
# This file is auto-generated! Do not edit! |
# This file is auto-generated! Do not edit! |
||||||
# Use `python -m incremental.update pyhmy` to change this file. |
# Use `python -m incremental.update pyhmy` to change this file. |
||||||
|
|
||||||
from incremental import Version |
from incremental import Version |
||||||
|
|
||||||
__version__ = Version( "pyhmy", 20, 5, 20 ) |
__version__ = Version("pyhmy", 22, 8, 0, release_candidate=1) |
||||||
__all__ = [ "__version__" ] |
__all__ = ["__version__"] |
||||||
|
Loading…
Reference in new issue