parent
5b24f98b3d
commit
500068118e
@ -0,0 +1,11 @@ |
||||
""" |
||||
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, 1, 0, dev=2) |
||||
__all__ = ["__version__"] |
Loading…
Reference in new issue