Merge pull request #36 from MaxMustermann2/version-upgrade

bump version
master
Max 2 years ago committed by GitHub
commit 4aac11191a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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 )
__version__ = Version("pyhmy", 22, 8, 0, release_candidate=1)
__all__ = ["__version__"]

Loading…
Cancel
Save