bump version

pull/36/head
MaxMustermann2 2 years ago
parent d12bde7328
commit 28fcf53f18
No known key found for this signature in database
GPG Key ID: 4F4AB9DB6FF24C94
  1. 8
      pyhmy/_version.py

@ -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…
Cancel
Save